public class SOFMNeuron extends Object
| Constructor and Description |
|---|
SOFMNeuron() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance(SOFMNeuron rhs) |
double |
getWeight(int j) |
double[] |
getWeights() |
void |
setWeights(double[] weights) |
void |
updateWeight(int j,
double weight) |
public double[] getWeights()
public void setWeights(double[] weights)
public double getDistance(SOFMNeuron rhs)
public void updateWeight(int j,
double weight)
public double getWeight(int j)
Copyright © 2017. All rights reserved.