edu.udo.cs.yale.operator.features.weighting
Class BackwardWeighting

java.lang.Object
  extended by edu.udo.cs.yale.operator.Operator
      extended by edu.udo.cs.yale.operator.OperatorChain
          extended by edu.udo.cs.yale.operator.features.FeatureOperator
              extended by edu.udo.cs.yale.operator.features.weighting.FeatureWeighting
                  extended by edu.udo.cs.yale.operator.features.weighting.BackwardWeighting
All Implemented Interfaces:
ConfigurationListener

public class BackwardWeighting
extends FeatureWeighting

Uses the backward selection idea for the weighting of features.

Version:
$Id: BackwardWeighting.java,v 1.10 2006/03/21 15:35:46 ingomierswa Exp $
Author:
Ingo Mierswa

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 edu.udo.cs.yale.operator.OperatorChain
addAddListener, addOperator, addOperator, checkDeprecations, checkIO, checkNumberOfInnerOperators, checkProperties, clearErrorList, clearStepCounter, cloneOperator, countStep, createExperimentTree, delete, experimentFinished, experimentStarts, getAllInnerOperators, getCurrentStep, getIndexOfOperator, getInnerOperatorForName, getInnerOperatorsXML, getNumberOfAllOperators, getNumberOfChildrensSteps, getNumberOfOperators, getOperator, getOperatorFromAll, getOperators, isEnabled, performAdditionalChecks, removeAddListener, removeOperator, setEnabled, setExperiment, shouldReturnInnerOutput
 
Methods inherited from class edu.udo.cs.yale.operator.Operator
addError, addValue, addWarning, apply, createExperimentTree, createFromXML, createMarkedExperimentTree, getAddOnlyAdditionalOutput, getApplyCount, getDeliveredOutputClasses, getDeprecationInfo, getDesiredInputClasses, getErrorList, getExperiment, getInput, getInput, getInput, getInputDescription, getIOContainerForInApplyLoopBreakpoint, getName, getOperatorClassName, getOperatorDescription, getParameter, getParameterAsBoolean, getParameterAsColor, getParameterAsDouble, getParameterAsFile, getParameterAsInt, getParameterAsString, getParameterList, getParameters, getParameterType, getParent, getStartTime, getStatus, getUserDescription, getValue, getValues, getXML, hasBreakpoint, hasBreakpoint, hasInput, inApplyLoop, isParameterSet, logMessage, register, remove, rename, resume, setBreakpoint, setInput, setListParameter, setOperatorParameters, setParameter, setParameters, setParent, setUserDescription, toString, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackwardWeighting

public BackwardWeighting(OperatorDescription description)
Method Detail

getWeightingOperator

public PopulationOperator getWeightingOperator(java.lang.String parameter)
Specified by:
getWeightingOperator in class FeatureWeighting

createInitialPopulation

public Population createInitialPopulation(ExampleSet es)
Description copied from class: FeatureOperator
Create an initial population. The example set will be cloned before the method is invoked. This method is invoked after the pre- and postevaluation population operators were collected.

Specified by:
createInitialPopulation in class FeatureOperator



Copyright © 2001-2006