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