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

Method containsNumericalData

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

Returns true if the data point contains any numerical variables, false otherwise. @return true if the data point contains any numerical variables, false otherwise.

()

Source from the content-addressed store, hash-verified

122 * @return true if the data point contains any numerical variables, false otherwise.
123 */
124 public boolean containsNumericalData()
125 {
126 return numericalValues != null && numericalValues.length() > 0;
127 }
128
129 /**
130 * Returns the number of numerical variables in this data point.

Callers 1

toStringMethod · 0.95

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected