Package qmwi.kseg.som.diagram
Class ClassesObjectInputVector
java.lang.Object
qmwi.kseg.som.diagram.ClassesObjectInputVector
public class ClassesObjectInputVector extends Object
Insert the type's description here. Creation date: (10.12.2001 18:46:17)
-
Constructor Summary
Constructors Constructor Description ClassesObjectInputVector()Insert the method's description here.ClassesObjectInputVector(int c, int o, double[] iv)Insert the method's description here. -
Method Summary
Modifier and Type Method Description intgetClassIndex()Insert the method's description here.double[]getInputVector()Insert the method's description here.intgetInputVectorSize()Insert the method's description here.intgetObjectIndex()Insert the method's description here.voidsetClassIndex(int c)Insert the method's description here.voidsetInputVector(double[] iv)Insert the method's description here.voidsetObjectIndex(int o)Insert the method's description here.
-
Constructor Details
-
ClassesObjectInputVector
public ClassesObjectInputVector()Insert the method's description here. Creation date: (10.12.2001 18:54:25)- Parameters:
count- int
-
ClassesObjectInputVector
public ClassesObjectInputVector(int c, int o, double[] iv)Insert the method's description here. Creation date: (10.12.2001 18:54:25)- Parameters:
count- int
-
-
Method Details
-
getClassIndex
public int getClassIndex()Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int- Returns:
- java.lang.String
-
getInputVector
public double[] getInputVector()Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int- Returns:
- java.lang.String
-
getInputVectorSize
public int getInputVectorSize()Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int- Returns:
- java.lang.String
-
getObjectIndex
public int getObjectIndex()Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int- Returns:
- java.lang.String
-
setClassIndex
public void setClassIndex(int c)Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int
-
setInputVector
public void setInputVector(double[] iv)Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int
-
setObjectIndex
public void setObjectIndex(int o)Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int
-