public static class GrowingNeuralGas.Neuron extends Object
Modifier and Type | Field and Description |
---|---|
GrowingNeuralGas.Neuron[] |
neighbors
Direct connected neighbors.
|
double[] |
w
Reference vector.
|
Constructor and Description |
---|
GrowingNeuralGas.Neuron(double[] w,
GrowingNeuralGas.Neuron[] neighbors)
Constructor.
|
public final double[] w
public final GrowingNeuralGas.Neuron[] neighbors
public GrowingNeuralGas.Neuron(double[] w, GrowingNeuralGas.Neuron[] neighbors)
Copyright © 2015. All rights reserved.