com.rapidminer.operator.features
Class SimplePopulationEvaluator

java.lang.Object
  extended by com.rapidminer.operator.features.SimplePopulationEvaluator
All Implemented Interfaces:
PopulationEvaluator

public class SimplePopulationEvaluator
extends java.lang.Object
implements PopulationEvaluator

This is the basic population operator for feature set evaluation schemes.

Author:
Sebastian Land, Ingo Mierswa

Constructor Summary
SimplePopulationEvaluator(FeatureOperator operator, IOContainer input, ExampleSet originalSet)
           
 
Method Summary
 void evaluate(Population population)
          This method evaluates the individuals of a population and assigns them their performance vectors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePopulationEvaluator

public SimplePopulationEvaluator(FeatureOperator operator,
                                 IOContainer input,
                                 ExampleSet originalSet)
Method Detail

evaluate

public void evaluate(Population population)
              throws OperatorException
Description copied from interface: PopulationEvaluator
This method evaluates the individuals of a population and assigns them their performance vectors

Specified by:
evaluate in interface PopulationEvaluator
Parameters:
population - the population to evaluate
Throws:
OperatorException


Copyright © 2001-2009 by Rapid-I