|
||||||||||
| 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.features.FeatureOperator
com.rapidminer.operator.features.weighting.FeatureWeighting
com.rapidminer.operator.features.weighting.ForwardWeighting
public class ForwardWeighting
This operator performs the weighting under the naive assumption that the features are independent from each other. Each attribute is weighted with a linear search. This approach may deliver good results after short time if the features indeed are not highly correlated.
| Field Summary |
|---|
| Fields inherited from class com.rapidminer.operator.features.weighting.FeatureWeighting |
|---|
PARAMETER_GENERATIONS_WITHOUT_IMPROVAL, PARAMETER_KEEP_BEST, PARAMETER_WEIGHTS |
| Constructor Summary | |
|---|---|
ForwardWeighting(OperatorDescription description)
|
|
| Method Summary | |
|---|---|
Population |
createInitialPopulation(ExampleSet es)
Create an initial population. |
PopulationOperator |
getWeightingOperator(java.lang.String parameter)
|
| Methods inherited from class com.rapidminer.operator.features.weighting.FeatureWeighting |
|---|
apply, getParameterTypes, getPostEvaluationPopulationOperators, getPreEvaluationPopulationOperators, solutionGoodEnough |
| Methods inherited from class com.rapidminer.operator.features.FeatureOperator |
|---|
createCleanClone, evaluate, getCheckForMaximum, getInnerOperatorCondition, getInputClasses, getMaxNumberOfInnerOperators, getMinNumberOfInnerOperators, getOutputClasses, getPopulation, getPopulationEvaluator, getRandom, setCheckForMaximum |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardWeighting(OperatorDescription description)
| Method Detail |
|---|
public PopulationOperator getWeightingOperator(java.lang.String parameter)
getWeightingOperator in class FeatureWeightingpublic Population createInitialPopulation(ExampleSet es)
FeatureOperator
createInitialPopulation in class FeatureOperator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||