public class SOFMNet extends Object
| Constructor and Description |
|---|
SOFMNet() |
SOFMNet(int rows,
int cols,
int inputDimension) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
eta(int n) |
protected double |
h(double distance,
int n) |
void |
initialize(Vector<Double> lowest_weight,
Vector<Double> highest_weight) |
SOFMNeuron |
match(double[] input) |
SOFMNeuron |
neuronAt(int row,
int col) |
void |
train(double[] input) |
public SOFMNet()
public SOFMNet(int rows,
int cols,
int inputDimension)
public SOFMNeuron neuronAt(int row, int col)
protected double eta(int n)
protected double h(double distance,
int n)
public void train(double[] input)
public SOFMNeuron match(double[] input)
Copyright © 2017. All rights reserved.