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

Method getCategories

JSAT/src/jsat/DataSet.java:417–420  ·  view source on GitHub ↗

Returns the array containing the categorical data information for this data set. Changes to this will be reflected in the data set. @return the array of CategoricalData

()

Source from the content-addressed store, hash-verified

415 * @return the array of {@link CategoricalData}
416 */
417 public CategoricalData[] getCategories()
418 {
419 return categories;
420 }
421
422 /**
423 * Creates a new dataset that is a subset of this dataset.

Callers 15

testSetUpUpdateMethod · 0.80
testWriteReadMethod · 0.80
compareDataSetPointsMethod · 0.80
checkDataSetMethod · 0.80
writeArffFileMethod · 0.80
getRegressionDataSetMethod · 0.80
trainCMethod · 0.80
trainCMethod · 0.80
comineAllButMethod · 0.80

Calls

no outgoing calls

Tested by 7

testSetUpUpdateMethod · 0.64
testWriteReadMethod · 0.64
compareDataSetPointsMethod · 0.64
checkDataSetMethod · 0.64