public class TrainBayesianFactory
extends java.lang.Object
| Constructor and Description |
|---|
TrainBayesianFactory() |
| Modifier and Type | Method and Description |
|---|---|
MLTrain |
create(MLMethod method,
MLDataSet training,
java.lang.String argsStr)
Create a K2 trainer.
|