public interface PMMLProducer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toPMML(Instances train)
Produce a PMML representation
|
java.lang.String toPMML(Instances train)
train
- the training data that might have been used by the
implementer. If it is not needed by the implementer then clients
can safely pass in null