MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getVector

Method getVector

JSAT/src/jsat/classifiers/DataPointPair.java:49–52  ·  view source on GitHub ↗

The same as calling DataPoint#getNumericalValues() on #getDataPoint() . @return the Vec related to the data point in this pair.

()

Source from the content-addressed store, hash-verified

47 * @return the Vec related to the data point in this pair.
48 */
49 public Vec getVector()
50 {
51 return dataPoint.getNumericalValues();
52 }
53}

Callers 15

ClassificationDataSetMethod · 0.45
classifyMethod · 0.45
classifyMethod · 0.45
regressMethod · 0.45
classifyMethod · 0.45
regressMethod · 0.45
trainMethod · 0.45
trainCMethod · 0.45
trainCMethod · 0.45
createNumericCSplitMethod · 0.45
trainRMethod · 0.45
compareMethod · 0.45

Calls 1

getNumericalValuesMethod · 0.80

Tested by

no test coverage detected