@return true if training of individual classifiers occur in parallel, false they use their native parallel training method.
()
| 81 | * native parallel training method. |
| 82 | */ |
| 83 | public boolean isConcurrentTraining() |
| 84 | { |
| 85 | return concurrentTrain; |
| 86 | } |
| 87 | |
| 88 | @Override |
| 89 | public CategoricalResults classify(DataPoint data) |