Uses of Interface
kohonen.LearningDataModel

Packages that use LearningDataModel
kohonen   
 

Uses of LearningDataModel in kohonen
 

Classes in kohonen that implement LearningDataModel
 class LearningData
          Obiect containing learning data.
 

Fields in kohonen declared as LearningDataModel
protected  LearningDataModel WTMLearningFunction.learningData
          reference to learning data
protected  LearningDataModel WTALearningFunction.learningData
          reference to learning data
 

Methods in kohonen that return LearningDataModel
 LearningDataModel WTMLearningFunction.getLearningData()
          Return reference to learning data
 LearningDataModel WTALearningFunction.getLearningData()
          Return reference to learning data
 

Methods in kohonen with parameters of type LearningDataModel
 void WTMLearningFunction.setLearningData(LearningDataModel learningData)
          Set reference to learning data
 void WTALearningFunction.setLearningData(LearningDataModel learningData)
          Set reference to learning data
 

Constructors in kohonen with parameters of type LearningDataModel
WTALearningFunction(NetworkModel networkModel, int maxIteration, MetricModel metrics, LearningDataModel learningData, LearningFactorFunctionalModel functionalModel)
          Creates a new instance of WTALearningFunction.
WTALearningFunctionWithTired(NetworkModel networkModel, int maxIteration, MetricModel metrics, LearningDataModel learningData, LearningFactorFunctionalModel functionalModel)
          Creates a new instance of WTALearningFunction.
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