Method
trainR
(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 | { |
Tested by
no test coverage detected