Returns the number of numerical variables for each data point in the set @return the number of numerical variables for each data point in the set
()
| 404 | * @return the number of numerical variables for each data point in the set |
| 405 | */ |
| 406 | public int getNumNumericalVars() |
| 407 | { |
| 408 | return numNumerVals; |
| 409 | } |
| 410 | |
| 411 | /** |
| 412 | * Returns the array containing the categorical data information for this data |
no outgoing calls