weka.core.pmml
Interface PMMLProducer
-
- All Known Implementing Classes:
- Logistic
public interface PMMLProducerInterface to something that can produce a PMML representation of itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringtoPMML(Instances train)Produce a PMML representation
-
-
-
Method Detail
-
toPMML
java.lang.String toPMML(Instances train)
Produce a PMML representation- Parameters:
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- Returns:
- a string containing the PMML representation
-
-
DataMelt 3.0 © DataMelt by jWork.ORG