Uses of Interface
topology.NeighbourhoodFunctionModel

Packages that use NeighbourhoodFunctionModel
kohonen   
topology   
 

Uses of NeighbourhoodFunctionModel in kohonen
 

Fields in kohonen declared as NeighbourhoodFunctionModel
protected  NeighbourhoodFunctionModel WTMLearningFunction.neighboorhoodFunction
          reference to neighboorhood function model
 

Methods in kohonen that return NeighbourhoodFunctionModel
 NeighbourhoodFunctionModel WTMLearningFunction.getNeighboorhoodFunction()
          Return reference to neighboorhood function
 

Methods in kohonen with parameters of type NeighbourhoodFunctionModel
 void WTMLearningFunction.setNeighboorhoodFunction(NeighbourhoodFunctionModel neighboorhoodFunction)
          Set reference to neighboorhood function
 

Constructors in kohonen with parameters of type NeighbourhoodFunctionModel
WTMLearningFunction(NetworkModel networkModel, int maxIteration, MetricModel metrics, LearningDataModel learningData, LearningFactorFunctionalModel functionalModel, NeighbourhoodFunctionModel neighboorhoodFunction)
          Creates a new instance of WTMLearningFunction
WTMLearningFunctionWithTired(NetworkModel networkModel, int maxIteration, MetricModel metrics, LearningDataModel learningData, LearningFactorFunctionalModel functionalModel, NeighbourhoodFunctionModel neighboorhoodFunction)
          Creates a new instance of WTMLearningFunction
 

Uses of NeighbourhoodFunctionModel in topology
 

Classes in topology that implement NeighbourhoodFunctionModel
 class GaussNeighbourhoodFunction
          Gauss neighbourhood Function