Documentation of 'org.joone.engine.GaussianSpatialMap' Java class
GaussianSpatialMap
org.joone.engine

Class GaussianSpatialMap

  • All Implemented Interfaces:
    java.io.Serializable


    public class GaussianSpatialMap
    extends SpatialMap
    This class implements the SpatialMap interface providing a circular spatial map for use with the GaussianLayer and Kohonen Networks. The radius of the circle is equal to the initial Gaussian Size and is reduced if training is currently in process.
    See Also:
    Serialized Form
    • Constructor Detail

      • GaussianSpatialMap

        public GaussianSpatialMap()
        Creates a new instance of CircularSpatialMap
    • Method Detail

      • ApplyNeighborhoodFunction

        public void ApplyNeighborhoodFunction(double[] distances,
                                              double[] n_outs,
                                              boolean isLearning)
        Description copied from class: SpatialMap

        Applies the neighborhood strategy based on this spatial maps implementation.

        Specified by:
        ApplyNeighborhoodFunction in class SpatialMap
        Parameters:
        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.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.