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

Method numNumericalValues

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

Returns the number of numerical variables in this data point. @return the number of numerical variables in this data point.

()

Source from the content-addressed store, hash-verified

131 * @return the number of numerical variables in this data point.
132 */
133 public int numNumericalValues()
134 {
135 return numericalValues == null ? 0 : numericalValues.length();
136 }
137
138 /**
139 * Returns the array of values for each category. Altering

Callers 14

ClassificationDataSetMethod · 0.95
RegressionDataSetMethod · 0.95
callMethod · 0.95
applyTransformMethod · 0.80
SimpleDataSetMethod · 0.80
classifyMethod · 0.80
regressMethod · 0.80
classifyMethod · 0.80
makeNodeCMethod · 0.80
makeNodeRMethod · 0.80
setUsingDataListMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected