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

Method getNumNumericalVars

JSAT/src/jsat/DataSet.java:406–409  ·  view source on GitHub ↗

Returns the number of numerical variables for each data point in the set @return the number of numerical variables for each data point in the set

()

Source from the content-addressed store, hash-verified

404 * @return the number of numerical variables for each data point in the set
405 */
406 public int getNumNumericalVars()
407 {
408 return numNumerVals;
409 }
410
411 /**
412 * Returns the array containing the categorical data information for this data

Callers 15

setNumericNameMethod · 0.95
getNumericNameMethod · 0.95
applyTransformMethod · 0.95
getOnlineDenseStatsMethod · 0.95
getColumnMeanVarianceMethod · 0.95
getNumericColumnMethod · 0.95
getNumericColumnsMethod · 0.95
getDataMatrixMethod · 0.95
getNumFeaturesMethod · 0.95
testWarmOtherMethod · 0.80
testWarmOtherMethod · 0.80

Calls

no outgoing calls

Tested by 15

testWarmOtherMethod · 0.64
testWarmOtherMethod · 0.64
testSetUpUpdateMethod · 0.64
testWriteReadMethod · 0.64
compareDataSetPointsMethod · 0.64
testLoadR_FileMethod · 0.64
setUpMethod · 0.64
checkDataSetMethod · 0.64