|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectweka.classifiers.neural.lvq.algorithm.CommonAncestor
weka.classifiers.neural.lvq.algorithm.LVQAlgorithmAncestor
weka.classifiers.neural.lvq.algorithm.Lvq1Algorithm
weka.classifiers.neural.lvq.algorithm.Lvq2_1Algorithm
public class Lvq2_1Algorithm
Description: Implementation of the LVQ2.1 algorithm. Makes use of a
window size to determine when the top 2 BMU's can be adjusted.
Copyright (c) Jason Brownlee 2004
| Constructor Summary | |
|---|---|
Lvq2_1Algorithm(LearningRateKernel aLearningKernel,
CommonModel aModel,
RandomWrapper aRand,
double aWindow)
|
|
| Method Summary |
|---|
| Methods inherited from class weka.classifiers.neural.lvq.algorithm.LVQAlgorithmAncestor |
|---|
trainModel |
| Methods inherited from class weka.classifiers.neural.lvq.algorithm.CommonAncestor |
|---|
addEpochEventListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lvq2_1Algorithm(LearningRateKernel aLearningKernel,
CommonModel aModel,
RandomWrapper aRand,
double aWindow)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||