MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / getNumericColumns

Method getNumericColumns

JSAT/src/jsat/DataSet.java:635–639  ·  view source on GitHub ↗

Creates an array of column vectors for every numeric variable in this data set. The index of the array corresponds to the numeric feature index. This method is faster and more efficient than calling #getNumericColumn(int) when multiple columns are needed. Note, that the columns re

()

Source from the content-addressed store, hash-verified

633 * @return an array of the column vectors
634 */
635 @SuppressWarnings("unchecked")
636 public Vec[] getNumericColumns()
637 {
638 return getNumericColumns(Collections.EMPTY_SET);
639 }
640
641 /**
642 * Creates an array of column vectors for every numeric variable in this

Callers 4

trainMethod · 0.80
trainCMethod · 0.80
trainCMethod · 0.80
trainMethod · 0.80

Calls 12

getSparsityStatsMethod · 0.95
getNumNumericalVarsMethod · 0.95
getSampleSizeMethod · 0.95
getDataPointMethod · 0.95
getNumericalValuesMethod · 0.80
getMeanMethod · 0.45
containsMethod · 0.45
getMethod · 0.45
putMethod · 0.45
getIndexMethod · 0.45
setMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected