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

Method containsCategoricalData

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

Returns true if this data point contains any categorical variables, false otherwise. @return true if this data point contains any categorical variables, false otherwise.

()

Source from the content-addressed store, hash-verified

102 * @return true if this data point contains any categorical variables, false otherwise.
103 */
104 public boolean containsCategoricalData()
105 {
106 return categoricalValues.length > 0;
107 }
108
109 /**
110 * Returns the vector containing the numerical values. Altering this

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected