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

Method trainR

JSAT/src/jsat/classifiers/trees/DecisionStump.java:766–769  ·  view source on GitHub ↗
(final List<DataPointPair<Double>> dataPoints, Set<Integer> options)

Source from the content-addressed store, hash-verified

764 }
765
766 public List<List<DataPointPair<Double>>> trainR(final List<DataPointPair<Double>> dataPoints, Set<Integer> options)
767 {
768 return trainR(dataPoints, options, new FakeExecutor());
769 }
770
771 public List<List<DataPointPair<Double>>> trainR(final List<DataPointPair<Double>> dataPoints, Set<Integer> options, ExecutorService ex)
772 {

Callers 2

makeNodeRMethod · 0.95
trainMethod · 0.95

Calls 14

getCategoricalDataMethod · 0.80
submitMethod · 0.80
logMethod · 0.80
sizeMethod · 0.65
getNameMethod · 0.65
getDataPointMethod · 0.45
getMethod · 0.45
lengthMethod · 0.45
getVectorMethod · 0.45
getWeightMethod · 0.45
getPairMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected