weka.classifiers.immune.airs.algorithm
Class AIRS2ParallelTrainer
java.lang.Object
weka.classifiers.immune.airs.algorithm.AIRS2ParallelTrainer
- All Implemented Interfaces:
- AISTrainer
public class AIRS2ParallelTrainer
- extends java.lang.Object
- implements AISTrainer
Type: AIRS2ParallelTrainer
File: AIRS2ParallelTrainer.java
Date: 8/01/2005
Description:
- Author:
- Jason Brownlee
|
Constructor Summary |
AIRS2ParallelTrainer(double aAffinityThresholdScalar,
double aClonalRate,
double aHyperMutationRate,
double aTotalResources,
double aStimulationValue,
int aNumInstancesAffinityThreshold,
java.util.Random aRand,
int aMemoryCellPoolInitialSize,
int aKNN,
int aNumThreads,
AIRS2ParallelTrainer.MERGE_MODE aMergeMode)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AIRS2ParallelTrainer
public AIRS2ParallelTrainer(double aAffinityThresholdScalar,
double aClonalRate,
double aHyperMutationRate,
double aTotalResources,
double aStimulationValue,
int aNumInstancesAffinityThreshold,
java.util.Random aRand,
int aMemoryCellPoolInitialSize,
int aKNN,
int aNumThreads,
AIRS2ParallelTrainer.MERGE_MODE aMergeMode)
train
public AISModelClassifier train(weka.core.Instances aInstances)
throws java.lang.Exception
- Specified by:
train in interface AISTrainer
- Parameters:
aInstances -
- Returns:
-
- Throws:
java.lang.Exception
getTrainingSummary
public java.lang.String getTrainingSummary()
- Specified by:
getTrainingSummary in interface AISTrainer
- Returns: