|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.Operator
edu.udo.cs.yale.operator.OperatorChain
edu.udo.cs.yale.operator.features.FeatureOperator
edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
edu.udo.cs.yale.operator.features.weighting.BackwardWeighting
public class BackwardWeighting
Uses the backward selection idea for the weighting of features.
Constructor Summary | |
---|---|
BackwardWeighting(OperatorDescription description)
|
Method Summary | |
---|---|
Population |
createInitialPopulation(ExampleSet es)
Create an initial population. |
PopulationOperator |
getWeightingOperator(java.lang.String parameter)
|
Methods inherited from class edu.udo.cs.yale.operator.features.weighting.FeatureWeighting |
---|
apply, getParameterTypes, getPostEvaluationPopulationOperators, getPreEvaluationPopulationOperators, solutionGoodEnough |
Methods inherited from class edu.udo.cs.yale.operator.features.FeatureOperator |
---|
evaluate, evaluate, getCheckForMaximum, getInnerOperatorCondition, getInputClasses, getMaxNumberOfInnerOperators, getMinNumberOfInnerOperators, getNumberOfSteps, getOutputClasses, getRandom, setCheckForMaximum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BackwardWeighting(OperatorDescription description)
Method Detail |
---|
public PopulationOperator getWeightingOperator(java.lang.String parameter)
getWeightingOperator
in class FeatureWeighting
public 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 |