Returns the vector containing the numerical values. Altering this vector will effect this data point. If changes are going to be made, a clone of the vector should be made by the caller. @return the vector containing the numerical values.
()
| 113 | * @return the vector containing the numerical values. |
| 114 | */ |
| 115 | public Vec getNumericalValues() |
| 116 | { |
| 117 | return numericalValues; |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Returns true if the data point contains any numerical variables, false otherwise. |
no outgoing calls