Uses of Class
org.kie.pmml.pmml_4_2.model.AbstractPMMLData
-
Packages that use AbstractPMMLData Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.model -
-
Uses of AbstractPMMLData in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 that return types with arguments of type AbstractPMMLData Modifier and Type Method Description org.drools.ruleunit.DataSource<? extends AbstractPMMLData>PMML4ExecutionHelper. getMiningModelPojo() -
Uses of AbstractPMMLData in org.kie.pmml.pmml_4_2.model
Methods in org.kie.pmml.pmml_4_2.model that return AbstractPMMLData Modifier and Type Method Description AbstractPMMLDataScoreCard. getHolder()Methods in org.kie.pmml.pmml_4_2.model with parameters of type AbstractPMMLData Modifier and Type Method Description voidScoreCard. setHolder(AbstractPMMLData holder)Constructors in org.kie.pmml.pmml_4_2.model with parameters of type AbstractPMMLData Constructor Description ScoreCard(String modelName, double score, AbstractPMMLData holder, boolean enableRC, boolean pointsBelow, Map ranking)
-