Package qmwi.kseg.som
Class Map
java.lang.Object
qmwi.kseg.som.Map
public class Map extends Object
-
Field Summary
-
Method Summary
Modifier and Type Method Description void
analyzeNewInput(int t, int tmax, int nachbarF, double maxN, double[] oNew)
int
getInputVectorSize()
int
getNetZ(double[] oNew, ObjectRef optDifferenceToCentroids)
int
getNeuronNodeCount()
int
getSomWidth()
int
getTargetClusterForNode(int nodeIndex)
double[][]
getWeights()
void
printMatrix()
void
setIgnoreNode(int nodeIndex, boolean ignore)
void
setTargetClusterForNode(int nodeIndex, int targetID)
-
Field Details
-
eudist
public double[] eudist -
weights
public double[][] weights -
beta
public double beta -
gamma
public double gamma -
inputv
public double[] inputv -
initLernrate
public double initLernrate
-
-
Method Details
-
getSomWidth
public int getSomWidth() -
getInputVectorSize
public int getInputVectorSize() -
getNeuronNodeCount
public int getNeuronNodeCount() -
analyzeNewInput
public void analyzeNewInput(int t, int tmax, int nachbarF, double maxN, double[] oNew) -
getNetZ
-
printMatrix
public void printMatrix() -
getWeights
public double[][] getWeights() -
setIgnoreNode
public void setIgnoreNode(int nodeIndex, boolean ignore) -
setTargetClusterForNode
public void setTargetClusterForNode(int nodeIndex, int targetID) -
getTargetClusterForNode
public int getTargetClusterForNode(int nodeIndex)
-