Package qmwi.kseg.som.diagram
Class ClassesNeuron
java.lang.Object
qmwi.kseg.som.diagram.ClassesNeuron
public class ClassesNeuron extends Object
Insert the type's description here. Creation date: (10.12.2001 18:46:17)
-
Constructor Summary
Constructors Constructor Description ClassesNeuron()
Insert the method's description here.ClassesNeuron(int count)
Insert the method's description here. -
Method Summary
Modifier and Type Method Description int
getCountWeights()
Insert the method's description here.double
getWeight(int i)
Insert the method's description here.double[]
getWeights()
Insert the method's description here.void
setWeight(int i, double w)
Insert the method's description here.void
setWeights(double[] w)
Insert the method's description here.void
setWeightSize(int size)
Insert the method's description here.
-
Constructor Details
-
ClassesNeuron
public ClassesNeuron()Insert the method's description here. Creation date: (10.12.2001 18:54:25)- Parameters:
count
- int
-
ClassesNeuron
public ClassesNeuron(int count)Insert the method's description here. Creation date: (10.12.2001 18:54:25)- Parameters:
count
- int
-
-
Method Details
-
getCountWeights
public int getCountWeights()Insert the method's description here. Creation date: (13.12.2001 16:22:53)- Parameters:
size
- int
-
getWeight
public double getWeight(int i)Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i
- int- Returns:
- java.lang.String
-
getWeights
public double[] getWeights()Insert the method's description here. Creation date: (10.12.2001 18:50:28)- Returns:
- java.lang.String[]
-
setWeight
public void setWeight(int i, double w)Insert the method's description here. Creation date: (13.12.2001 16:21:37)- Parameters:
i
- intstringTemp
- java.lang.String
-
setWeights
public void setWeights(double[] w)Insert the method's description here. Creation date: (10.12.2001 18:52:10)- Parameters:
attribs
- java.lang.String[]
-
setWeightSize
public void setWeightSize(int size)Insert the method's description here. Creation date: (13.12.2001 16:21:37)- Parameters:
i
- intstringTemp
- java.lang.String
-