weka.classifiers.neural.lvq.algorithm
Class CommonAncestor
java.lang.Object
weka.classifiers.neural.lvq.algorithm.CommonAncestor
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- LVQAlgorithmAncestor, SomAlgorithm
public abstract class CommonAncestor
- extends java.lang.Object
- implements java.io.Serializable
Date: 25/05/2004
File: CommonAncestor.java
- Author:
- Jason Brownlee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonAncestor
public CommonAncestor(LearningRateKernel aLearningKernel,
CommonModel aModel,
RandomWrapper aRand,
boolean isSupervised)
addEpochEventListener
public void addEpochEventListener(EpochEventListener aListener)
trainModel
public abstract void trainModel(weka.core.Instances aInstances,
int numIterations)