Modifier and Type | Field and Description |
---|---|
int |
n
The number of samples associated with this neuron.
|
LinkedList<NeuralMap.Neuron> |
neighbors
Connected neighbors.
|
double[] |
w
Reference vector.
|
int |
y
The cluster label.
|
Constructor and Description |
---|
NeuralMap.Neuron(double[] w)
Constructor.
|
public int n
public int y
public final double[] w
public final LinkedList<NeuralMap.Neuron> neighbors
Copyright © 2015. All rights reserved.