com.rapidminer.tools.math.optimization.ec.es
Class PopulationPlotter

java.lang.Object
  extended by com.rapidminer.tools.math.optimization.ec.es.PopulationPlotter
All Implemented Interfaces:
PopulationOperator

public class PopulationPlotter
extends java.lang.Object
implements PopulationOperator

Plots the current generation's Pareto set.

Author:
Ingo Mierswa

Constructor Summary
PopulationPlotter()
           
 
Method Summary
 SimpleDataTable createDataTable(Population pop)
           
 int fillDataTable(SimpleDataTable dataTable, Population pop)
           
 void operate(Population pop)
           
 void setCreateOtherPlottersEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulationPlotter

public PopulationPlotter()
Method Detail

operate

public void operate(Population pop)
Specified by:
operate in interface PopulationOperator

createDataTable

public SimpleDataTable createDataTable(Population pop)

fillDataTable

public int fillDataTable(SimpleDataTable dataTable,
                         Population pop)

setCreateOtherPlottersEnabled

public void setCreateOtherPlottersEnabled(boolean enabled)


Copyright © 2001-2009 by Rapid-I