The same as calling DataPoint#getNumericalValues() on #getDataPoint() . @return the Vec related to the data point in this pair.
()
| 47 | * @return the Vec related to the data point in this pair. |
| 48 | */ |
| 49 | public Vec getVector() |
| 50 | { |
| 51 | return dataPoint.getNumericalValues(); |
| 52 | } |
| 53 | } |
no test coverage detected