Package org.kie.pmml.pmml_4_2.model
Class PMML4ModelFactory
- java.lang.Object
-
- org.kie.pmml.pmml_4_2.model.PMML4ModelFactory
-
public class PMML4ModelFactory extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PMML4ModelFactorygetInstance()PMML4ModelgetModel(org.dmg.pmml.pmml_4_2.descr.Segment segment, MiningSegmentation segmentation)List<PMML4Model>getModels(PMML4Unit owner)
-
-
-
Method Detail
-
getInstance
public static PMML4ModelFactory getInstance()
-
getModel
public PMML4Model getModel(org.dmg.pmml.pmml_4_2.descr.Segment segment, MiningSegmentation segmentation)
-
getModels
public List<PMML4Model> getModels(PMML4Unit owner)
-
-