Package weka.core.pmml
Interface PMMLProducer
-
- All Known Implementing Classes:
Logistic
public interface PMMLProducerInterface to something that can produce a PMML representation of itself.- Version:
- $Revision: $
- Author:
- David Persons, Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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
-
-