com.rapidminer.operator.features
Interface PopulationEvaluator

All Known Implementing Classes:
SimplePopulationEvaluator

public interface PopulationEvaluator

This evaluator is used by the feature selection / generation / weighting operators.

Author:
Ingo Mierswa, Sebastian Land

Method Summary
 void evaluate(Population population)
          This method evaluates the individuals of a population and assigns them their performance vectors
 

Method Detail

evaluate

void evaluate(Population population)
              throws OperatorException
This method evaluates the individuals of a population and assigns them their performance vectors

Parameters:
population - the population to evaluate
Throws:
OperatorException


Copyright © 2001-2009 by Rapid-I