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

Method getBackingList

JSAT/src/jsat/SimpleDataSet.java:129–132  ·  view source on GitHub ↗

@return direct access to the list that backs this data set.

()

Source from the content-addressed store, hash-verified

127 * @return direct access to the list that backs this data set.
128 */
129 public List<DataPoint> getBackingList()
130 {
131 return dataPoints;
132 }
133
134 @Override
135 public SimpleDataSet shallowClone()

Callers 8

testEvaluate_ListMethod · 0.95
setUpClassMethod · 0.80
setUpClassMethod · 0.80
NaiveBayesTestMethod · 0.80
setUpClassMethod · 0.80
setUpMethod · 0.80
testTransformMethod · 0.80

Calls

no outgoing calls

Tested by 8

testEvaluate_ListMethod · 0.76
setUpClassMethod · 0.64
setUpClassMethod · 0.64
NaiveBayesTestMethod · 0.64
setUpClassMethod · 0.64
setUpMethod · 0.64
testTransformMethod · 0.64