Uses of Interface
org.encog.neural.networks.training.competitive.neighborhood.NeighborhoodFunction

Packages that use NeighborhoodFunction
org.encog.neural.networks.training.competitive   
org.encog.neural.networks.training.competitive.neighborhood   
 

Uses of NeighborhoodFunction in org.encog.neural.networks.training.competitive
 

Methods in org.encog.neural.networks.training.competitive that return NeighborhoodFunction
 NeighborhoodFunction CompetitiveTraining.getNeighborhood()
           
 

Constructors in org.encog.neural.networks.training.competitive with parameters of type NeighborhoodFunction
CompetitiveTraining(BasicNetwork network, double learningRate, NeuralDataSet training, NeighborhoodFunction neighborhood)
          Create an instance of competitive training.
 

Uses of NeighborhoodFunction in org.encog.neural.networks.training.competitive.neighborhood
 

Classes in org.encog.neural.networks.training.competitive.neighborhood that implement NeighborhoodFunction
 class NeighborhoodBubble
          A neighborhood function that uses a simple bubble.
 class NeighborhoodRBF
          Implements a multi-dimensional RBF neighborhood function.
 class NeighborhoodSingle
          A very simple neighborhood function that will return 1.0 (full effect) for the winning neuron, and 0.0 (no change) for everything else.
 class NeighborhoodSingleRBF
          A neighborhood function based on an RBF function.
 



Copyright © 2011. All Rights Reserved.