weka.classifiers.immune.clonalg
Class CLONALGAlgorithm
java.lang.Object
weka.classifiers.immune.clonalg.CLONALGAlgorithm
- All Implemented Interfaces:
- java.io.Serializable
public class CLONALGAlgorithm
- extends java.lang.Object
- implements java.io.Serializable
Type: CLONALGAlgorithm
Date: 19/01/2005
Description:
- Author:
- Jason Brownlee
- See Also:
- Serialized Form
|
Constructor Summary |
CLONALGAlgorithm(double aClonalFactor,
int aAntibodyPoolSize,
int aSelectionPoolSize,
int aReplacementPoolSize,
int aNumGenerations,
long aSeed,
double aRemainderPoolRatio)
|
|
Method Summary |
double |
classify(weka.core.Instance aInstance)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLONALGAlgorithm
public CLONALGAlgorithm(double aClonalFactor,
int aAntibodyPoolSize,
int aSelectionPoolSize,
int aReplacementPoolSize,
int aNumGenerations,
long aSeed,
double aRemainderPoolRatio)
classify
public double classify(weka.core.Instance aInstance)