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

Method getNumericalValues

JSAT/src/jsat/classifiers/DataPoint.java:115–118  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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.

Callers 15

testTrainMethod · 0.95
testTrainMethod · 0.95
compareDataSetPointsMethod · 0.95
checkDataSetMethod · 0.95
testTransformMethod · 0.95
testConsolidateMethod · 0.95
testTransformMethod · 0.95
testCloneMethod · 0.95
testSomeMethodMethod · 0.95
fMethod · 0.95

Calls

no outgoing calls

Tested by 15

testTrainMethod · 0.76
testTrainMethod · 0.76
compareDataSetPointsMethod · 0.76
checkDataSetMethod · 0.76
testTransformMethod · 0.76
testConsolidateMethod · 0.76
testTransformMethod · 0.76
testCloneMethod · 0.76
testSomeMethodMethod · 0.76
fMethod · 0.76