Returns the number of categorical variables in this data point. @return the number of categorical variables in this data point.
()
| 152 | * @return the number of categorical variables in this data point. |
| 153 | */ |
| 154 | public int numCategoricalValues() |
| 155 | { |
| 156 | return categoricalValues.length; |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * |
no outgoing calls
no test coverage detected