Returns the number of numerical variables in this data point. @return the number of numerical variables in this data point.
()
| 131 | * @return the number of numerical variables in this data point. |
| 132 | */ |
| 133 | public int numNumericalValues() |
| 134 | { |
| 135 | return numericalValues == null ? 0 : numericalValues.length(); |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Returns the array of values for each category. Altering |
no test coverage detected