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, updateCurrentGaussianSizepublic GaussianSpatialMap()
public void ApplyNeighborhoodFunction(double[] distances,
double[] n_outs,
boolean isLearning)
SpatialMapApplies the neighborhood strategy based on this spatial maps implementation.
ApplyNeighborhoodFunction in class SpatialMapdistances - 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