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

Method numCategoricalValues

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

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

()

Source from the content-addressed store, hash-verified

152 * @return the number of categorical variables in this data point.
153 */
154 public int numCategoricalValues()
155 {
156 return categoricalValues.length;
157 }
158
159 /**
160 *

Callers 12

ClassificationDataSetMethod · 0.95
dataPointToCordMethod · 0.95
RegressionDataSetMethod · 0.95
callMethod · 0.95
classifyMethod · 0.80
regressMethod · 0.80
classifyMethod · 0.80
makeNodeCMethod · 0.80
makeNodeRMethod · 0.80
addDataPointMethod · 0.80
transformMethod · 0.80
transformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected