|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectweka.classifiers.Classifier
weka.classifiers.neural.lvq.AlgorithmAncestor
weka.classifiers.neural.lvq.LvqAlgorithmAncestor
weka.classifiers.neural.lvq.Lvq1
public class Lvq1
Description: Implementation of the LVQ1 algorithm for use in WEKA
Implements elements required for the common LVQ algorithm framework
specific to the LVQ1 algorithm.
Copyright (c) Jason Brownlee 2004
| Constructor Summary | |
|---|---|
Lvq1()
|
|
| Method Summary | |
|---|---|
java.lang.String |
globalInfo()
Return LVQ1 specific information |
static void |
main(java.lang.String[] args)
Entry point into the algorithm for direct usage |
| Methods inherited from class weka.classifiers.Classifier |
|---|
classifyInstance, debugTipText, forName, getDebug, makeCopies, makeCopy, setDebug |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Lvq1()
| Method Detail |
|---|
public java.lang.String globalInfo()
globalInfo in class AlgorithmAncestorpublic static void main(java.lang.String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||