org.encog.neural.som.training.basic.neighborhood
public interface NeighborhoodFunction
double function(int currentNeuron,
int bestNeuron)
currentNeuron - THe current neuron being evaluated.bestNeuron - The winning neuron.double getRadius()
void setRadius(double radius)
radius - The new radius.Copyright © 2014. All Rights Reserved.