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 voidanalyzeNewInput(int t, int tmax, int nachbarF, double maxN, double[] oNew)intgetInputVectorSize()intgetNetZ(double[] oNew, ObjectRef optDifferenceToCentroids)intgetNeuronNodeCount()intgetSomWidth()intgetTargetClusterForNode(int nodeIndex)double[][]getWeights()voidprintMatrix()voidsetIgnoreNode(int nodeIndex, boolean ignore)voidsetTargetClusterForNode(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)
-