org.jpmml.manager
Class RandomForestManager
java.lang.Object
org.jpmml.manager.PMMLManager
org.jpmml.manager.ModelManager<MiningModel>
org.jpmml.manager.MiningModelManager
org.jpmml.manager.SegmentationModelManager
org.jpmml.manager.RandomForestManager
- All Implemented Interfaces:
- Consumer
public class RandomForestManager
- extends SegmentationModelManager
| 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 |
RandomForestManager
public RandomForestManager()
RandomForestManager
public RandomForestManager(PMML pmml)
RandomForestManager
public RandomForestManager(PMML pmml,
MiningModel miningModel)
getSummary
public String getSummary()
- Description copied from interface:
Consumer
- Returns a short description of the underlying
Model
addSegment
public Segment addSegment(TreeModel treeModel)
addSegment
public Segment addSegment(Predicate predicate,
TreeModel treeModel)
isRandomForest
public static boolean isRandomForest(MiningModel miningModel)
Copyright © 2013 University of Tartu. All Rights Reserved.