public class GaussianSpatialMap extends SpatialMap
TimeConstant
Constructor and Description |
---|
GaussianSpatialMap()
Creates a new instance of CircularSpatialMap
|
Modifier and Type | Method and Description |
---|---|
void |
ApplyNeighborhoodFunction(double[] distances,
double[] n_outs,
boolean isLearning)
Applies the neighborhood strategy based on this spatial maps
implementation.
|
distanceBetween, extractWinner, getCurrentGaussianSize, getInitialGaussianSize, getMapDepth, getMapHeight, getMapWidth, getOrderingPhase, getTimeConstant, getTotalEpochs, getWinnerX, getWinnerY, getWinnerZ, init, setCurrentGaussianSize, setInitialGaussianSize, setMapDepth, setMapDimensions, setMapHeight, setMapWidth, setOrderingPhase, setTimeConstant, updateCurrentGaussianSize
public GaussianSpatialMap()
public void ApplyNeighborhoodFunction(double[] distances, double[] n_outs, boolean isLearning)
SpatialMap
Applies the neighborhood strategy based on this spatial maps implementation.
ApplyNeighborhoodFunction
in class SpatialMap
distances
- The euclidean distances between input and weights calculated by previous
synapse.n_outs
- The outputs of this spatial maps neighborhood strategy.isLearning
- Is the network in the learning phase.Submit Feedback to pmarrone@users.sourceforge.net