Returns the number of categorical variables for each data point in the set @return the number of categorical variables for each data point in the set
()
| 395 | * @return the number of categorical variables for each data point in the set |
| 396 | */ |
| 397 | public int getNumCategoricalVars() |
| 398 | { |
| 399 | return categories.length; |
| 400 | } |
| 401 | |
| 402 | /** |
| 403 | * Returns the number of numerical variables for each data point in the set |
no outgoing calls