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 List<MiningField>getMiningFields()StringgetName()List<OutputField>getOutputFields()
-
-
-
Method Detail
-
getName
String getName()
-
getMiningFields
List<MiningField> getMiningFields()
-
getOutputFields
List<OutputField> getOutputFields()
-
-