org.jpmml.manager
Class SegmentationModelManager
java.lang.Object
org.jpmml.manager.PMMLManager
org.jpmml.manager.ModelManager<MiningModel>
org.jpmml.manager.MiningModelManager
org.jpmml.manager.SegmentationModelManager
- All Implemented Interfaces:
- Consumer
- Direct Known Subclasses:
- RandomForestManager
public abstract class SegmentationModelManager
- extends MiningModelManager
| Methods inherited from class org.jpmml.manager.ModelManager |
addField, addMiningField, ensureNotNull, ensureNull, getActiveFields, getMiningField, getMiningFields, getMiningSchema, getOrCreateLocalTransformations, getOrCreateOutput, getOutputField, getOutputFields, getPredictedFields, getTarget, resolve |
| Methods inherited from class org.jpmml.manager.PMMLManager |
addDataField, find, find, findAll, getDataDictionary, getDataField, getHeader, getModel, getModelManager, getModelManager, getModels, getOrCreateTransformationDictionary, getPmml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentationModelManager
public SegmentationModelManager()
SegmentationModelManager
public SegmentationModelManager(PMML pmml)
SegmentationModelManager
public SegmentationModelManager(PMML pmml,
MiningModel miningModel)
getSegmentation
public Segmentation getSegmentation()
- Throws:
ModelManagerException - If the Segmentation does not exist
createSegmentation
public Segmentation createSegmentation(MultipleModelMethodType multipleModelMethod)
- Throws:
ModelManagerException - If the Segmentation already exists
getSegments
public List<Segment> getSegments()
Copyright © 2013 University of Tartu. All Rights Reserved.