Package org.kie.pmml.api.models
Class PMMLModelImpl
java.lang.Object
org.kie.pmml.api.models.PMMLModelImpl
- All Implemented Interfaces:
PMMLModel
User-friendly representation of a PMML model
-
Constructor Summary
ConstructorsConstructorDescriptionPMMLModelImpl(String fileName, String name, List<MiningField> miningFields, List<OutputField> outputFields) -
Method Summary
-
Constructor Details
-
PMMLModelImpl
public PMMLModelImpl(String fileName, String name, List<MiningField> miningFields, List<OutputField> outputFields)
-
-
Method Details
-
getFileName
- Specified by:
getFileNamein interfacePMMLModel
-
getName
-
getMiningFields
- Specified by:
getMiningFieldsin interfacePMMLModel
-
getOutputFields
- Specified by:
getOutputFieldsin interfacePMMLModel
-