Package qmwi.kseg.som.diagram
Class ClassesAll
java.lang.Object
qmwi.kseg.som.diagram.ClassesAll
public class ClassesAll extends Object
Insert the type's description here. Creation date: (13.12.2001 15:57:09)
-
Constructor Summary
Constructors Constructor Description ClassesAll()AllClasses constructor comment. -
Method Summary
Modifier and Type Method Description voidaddAttributsNames(Vector attributsNamesTemp)Insert the method's description here.voidaddAttributsSelected(Vector a)Zuweisung der ausgew�hlte Elemente Speicherung der Indexe der ausgew�hlten Attribute der Parameter a ist ein Vector mit den Namen dieser Attribute Creation date: (17.12.2001 00:29:37)voidaddClass(ClassesClass c)Insert the method's description here.voidaddClasses(Vector[] classes)Insert the method's description here.voidaddNeurons(double[][] neurons)Insert the method's description here.voidaddObjects(ClassesClass c, Vector classData, int attributsCount)Insert the method's description here.StringgetAttribut(int classIndex, int objectIndex, int attributIndex)Insert the method's description here.StringgetAttributName(int i)Insert the method's description here.intgetAttributNameIndex(String attributName)Insert the method's description here.intgetAttributSelectedIndex(int index)Insert the method's description here.StringgetAttributSelectedName(int index)Insert the method's description here.VectorgetAttributsNames()Insert the method's description here.VectorgetAttributsSelected()Insert the method's description here.ClassesClassgetClass(int i)Insert the method's description here.intgetCountAttributs()Insert the method's description here.intgetCountAttributsNames()Insert the method's description here.intgetCountAttributsSelected()Insert the method's description here.intgetCountClasses()Insert the method's description here.intgetCountObjects(int classIndex)Insert the method's description here.doublegetHeterogenitaet()Gesamt-Homogenit�t ist die Summe der einzelnen Klassenhomogenit�ten Creation date: (13.12.2001 15:59:21)doublegetHomogenitaet()Gesamt-Homogenit�t ist die Summe der einzelnen Klassenhomogenit�ten Creation date: (13.12.2001 15:59:21)static ClassesObjectInputVectorgetInputVector(int o)Insert the method's description here.static VectorgetInputVectors()Insert the method's description here.static intgetInputVectorsSize()Insert the method's description here.ClassesNeurongetNeuron(int classIndex)Insert the method's description here.ClassesObjectgetObject(int classIndex, int objectIndex)Insert the method's description here.voidsetClass(int i, ClassesClass c)Insert the method's description here.
-
Constructor Details
-
ClassesAll
public ClassesAll()AllClasses constructor comment.
-
-
Method Details
-
addAttributsNames
Insert the method's description here. Creation date: (14.12.2001 11:36:15) -
addAttributsSelected
Zuweisung der ausgew�hlte Elemente Speicherung der Indexe der ausgew�hlten Attribute der Parameter a ist ein Vector mit den Namen dieser Attribute Creation date: (17.12.2001 00:29:37) -
addClass
Insert the method's description here. Creation date: (13.12.2001 16:00:27)- Parameters:
oneClass- com.sun.tools.doclets.oneone.OneOne
-
addClasses
Insert the method's description here. Creation date: (13.12.2001 22:09:45)- Parameters:
param- java.util.Vector[]
-
addNeurons
public void addNeurons(double[][] neurons)Insert the method's description here. Creation date: (13.12.2001 22:09:45)- Parameters:
param- java.util.Vector[]
-
addObjects
Insert the method's description here. Creation date: (13.12.2001 22:15:35)- Parameters:
oneClass- java.util.Vector
-
getAttribut
Insert the method's description here. Creation date: (16.12.2001 23:02:46)- Parameters:
oneClassIndex- intoneObjectIndex- intattributIndex- int
-
getAttributName
Insert the method's description here. Creation date: (14.12.2001 12:01:41)- Parameters:
i- int- Returns:
- java.lang.String
-
getAttributNameIndex
Insert the method's description here. Creation date: (14.12.2001 12:02:30)- Parameters:
columnTemp- java.lang.String- Returns:
- int
-
getAttributSelectedIndex
public int getAttributSelectedIndex(int index)Insert the method's description here. Creation date: (17.12.2001 00:57:39)- Parameters:
i- int- Returns:
- int
-
getAttributSelectedName
Insert the method's description here. Creation date: (17.12.2001 00:57:39)- Parameters:
i- int- Returns:
- int
-
getAttributsNames
Insert the method's description here. Creation date: (14.12.2001 11:47:25)- Returns:
- java.util.Vector
-
getAttributsSelected
Insert the method's description here. Creation date: (14.12.2001 11:47:25)- Returns:
- java.util.Vector
-
getClass
Insert the method's description here. Creation date: (13.12.2001 16:02:07)- Returns:
- qmwi.kseq.som.processing.ClassesOneClass
-
getCountAttributs
public int getCountAttributs()Insert the method's description here. Creation date: (16.12.2001 22:54:16)- Returns:
- int
-
getCountAttributsNames
public int getCountAttributsNames()Insert the method's description here. Creation date: (17.12.2001 01:05:28)- Returns:
- int
-
getCountAttributsSelected
public int getCountAttributsSelected()Insert the method's description here. Creation date: (17.12.2001 01:05:28)- Returns:
- int
-
getCountClasses
public int getCountClasses()Insert the method's description here. Creation date: (13.12.2001 22:49:41)- Returns:
- int
-
getCountObjects
public int getCountObjects(int classIndex)Insert the method's description here. Creation date: (16.12.2001 22:55:53)- Returns:
- int
-
getHeterogenitaet
public double getHeterogenitaet()Gesamt-Homogenit�t ist die Summe der einzelnen Klassenhomogenit�ten Creation date: (13.12.2001 15:59:21)- Parameters:
i- intoneObject- qmwi.kseq.som.processing.OneObject
-
getHomogenitaet
public double getHomogenitaet()Gesamt-Homogenit�t ist die Summe der einzelnen Klassenhomogenit�ten Creation date: (13.12.2001 15:59:21)- Parameters:
i- intoneObject- qmwi.kseq.som.processing.OneObject
-
getInputVector
Insert the method's description here. Creation date: (13.12.2001 16:02:07)- Returns:
- qmwi.kseq.som.processing.ClassesOneClass
-
getInputVectors
Insert the method's description here. Creation date: (13.12.2001 16:02:07)- Returns:
- qmwi.kseq.som.processing.ClassesOneClass
-
getInputVectorsSize
public static int getInputVectorsSize()Insert the method's description here. Creation date: (13.12.2001 16:02:07)- Returns:
- qmwi.kseq.som.processing.ClassesOneClass
-
getNeuron
Insert the method's description here. Creation date: (16.12.2001 23:02:46)- Parameters:
oneClassIndex- intoneObjectIndex- intattributIndex- int
-
getObject
Insert the method's description here. Creation date: (16.12.2001 23:02:46)- Parameters:
oneClassIndex- intoneObjectIndex- intattributIndex- int
-
setClass
Insert the method's description here. Creation date: (13.12.2001 15:59:21)- Parameters:
i- int
-