Package org.kie.pmml.api.models
Interface PMMLModel
-
- All Known Implementing Classes:
PMMLModelImpl
public interface PMMLModelUser-friendly representation of a PMML model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFileName()java.util.List<MiningField>getMiningFields()java.lang.StringgetName()java.util.List<OutputField>getOutputFields()
-
-
-
Method Detail
-
getFileName
java.lang.String getFileName()
-
getName
java.lang.String getName()
-
getMiningFields
java.util.List<MiningField> getMiningFields()
-
getOutputFields
java.util.List<OutputField> getOutputFields()
-
-