(ClassificationDataSet dataSet, ExecutorService threadPool)
| 42 | } |
| 43 | |
| 44 | @Override |
| 45 | public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool) |
| 46 | { |
| 47 | trainC(dataSet); |
| 48 | } |
| 49 | |
| 50 | @Override |
| 51 | public void trainC(ClassificationDataSet dataSet) |
nothing calls this directly
no test coverage detected