|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.Operator
com.rapidminer.operator.OperatorChain
com.rapidminer.operator.learner.meta.AbstractMetaLearner
com.rapidminer.operator.learner.meta.AbstractStacking
com.rapidminer.operator.learner.meta.Vote
public class Vote
This class uses n+1 inner learners and generates n different models by using the last n learners. The predictions of these n models are taken to create n new features for the example set, which is finally used to serve as an input of the first inner learner.
| Constructor Summary | |
|---|---|
Vote(OperatorDescription description)
|
|
| Method Summary | |
|---|---|
int |
getFirstBaseModelLearnerIndex()
Returns the first inner operator which should be learned for base model learning. |
int |
getLastBaseModelLearnerIndex()
Returns the last inner operator which should be learned for base model learning. |
java.lang.String |
getModelName()
Returns the model name. |
Operator |
getStackingLearner()
Returns the learner which should be used for stacking. |
boolean |
keepOldAttributes()
Indicates if the old attributes should be kept for learning the stacking model. |
| Methods inherited from class com.rapidminer.operator.learner.meta.AbstractStacking |
|---|
learn, supportsCapability |
| Methods inherited from class com.rapidminer.operator.learner.meta.AbstractMetaLearner |
|---|
apply, applyInnerLearner, getEstimatedPerformance, getInnerOperatorCondition, getInputClasses, getInputDescription, getMaxNumberOfInnerOperators, getMinNumberOfInnerOperators, getOutputClasses, getWeights, shouldCalculateWeights, shouldEstimatePerformance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rapidminer.operator.learner.Learner |
|---|
getName |
| Constructor Detail |
|---|
public Vote(OperatorDescription description)
| Method Detail |
|---|
public java.lang.String getModelName()
AbstractStacking
getModelName in class AbstractStackingpublic int getFirstBaseModelLearnerIndex()
AbstractStacking
getFirstBaseModelLearnerIndex in class AbstractStackingpublic int getLastBaseModelLearnerIndex()
AbstractStacking
getLastBaseModelLearnerIndex in class AbstractStacking
public Operator getStackingLearner()
throws OperatorException
AbstractStacking
getStackingLearner in class AbstractStackingOperatorExceptionpublic boolean keepOldAttributes()
AbstractStacking
keepOldAttributes in class AbstractStacking
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||