|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.selection.SaveIntermediateWeights
public class SaveIntermediateWeights
This population operator writes the currently best weights into the specified file.
| Constructor Summary | |
|---|---|
SaveIntermediateWeights(AbstractGeneticAlgorithm operator,
int whichGeneration,
java.lang.String[] attributeNames)
|
|
| Method Summary | |
|---|---|
void |
operate(Population pop)
Modifies the population. |
boolean |
performOperation(int generation)
Indicates if the operation should be performed in the given generation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SaveIntermediateWeights(AbstractGeneticAlgorithm operator,
int whichGeneration,
java.lang.String[] attributeNames)
| Method Detail |
|---|
public void operate(Population pop)
throws java.lang.Exception
PopulationOperator
operate in interface PopulationOperatorjava.lang.Exceptionpublic boolean performOperation(int generation)
PopulationOperator
performOperation in interface PopulationOperator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||