public class LVQ extends Object
| 构造器和说明 |
|---|
LVQ(int typeNub,
int lvqNub,
double studyPoint) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getLength() |
MatrixBody[] |
getModel() |
int |
getTypeNub() |
void |
insertMatrixBody(MatrixBody matrixBody) |
boolean |
isReady() |
void |
setLength(int length) |
void |
setModel(MatrixBody[] model) |
void |
setReady(boolean ready) |
void |
setTypeNub(int typeNub) |
void |
start() |
double |
vectorEqual(Matrix matrix1,
Matrix matrix2) |
public void setTypeNub(int typeNub)
public void setModel(MatrixBody[] model)
public void setLength(int length)
public void setReady(boolean ready)
public boolean isReady()
public int getTypeNub()
public int getLength()
public MatrixBody[] getModel() throws Exception
Exceptionpublic void insertMatrixBody(MatrixBody matrixBody) throws Exception
Exceptionpublic double vectorEqual(Matrix matrix1, Matrix matrix2) throws Exception
ExceptionCopyright © 2024. All rights reserved.