程序包 org.wlld.tools
类 LVQ
java.lang.Object
org.wlld.tools.LVQ
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetModel()intvoidinsertMatrixBody(MatrixBody matrixBody) booleanisReady()voidsetLength(int length) voidsetModel(MatrixBody[] model) voidsetReady(boolean ready) voidsetTypeNub(int typeNub) voidstart()doublevectorEqual(Matrix matrix1, Matrix matrix2)
-
构造器详细资料
-
LVQ
public LVQ(int typeNub, int lvqNub, double studyPoint)
-
-
方法详细资料
-
setTypeNub
public void setTypeNub(int typeNub) -
setModel
-
setLength
public void setLength(int length) -
setReady
public void setReady(boolean ready) -
isReady
public boolean isReady() -
getTypeNub
public int getTypeNub() -
getLength
public int getLength() -
getModel
- 抛出:
Exception
-
insertMatrixBody
- 抛出:
Exception
-
vectorEqual
-
start
-