| Constructor and Description |
|---|
SOFMNet() |
SOFMNet(int rows,
int cols,
int inputDimension) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(SOFMNet rhs) |
protected double |
eta(int n) |
protected double |
h(double distance,
int n) |
void |
initialize(double[] weight_lower_bounds,
double[] weight_upper_bounds) |
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 void copy(SOFMNet rhs) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic SOFMNeuron neuronAt(int row, int col)
public void initialize(double[] weight_lower_bounds,
double[] weight_upper_bounds)
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.