Uses of Interface
network.NetworkModel

Packages that use NetworkModel
kohonen   
network   
 

Uses of NetworkModel in kohonen
 

Fields in kohonen declared as NetworkModel
protected  NetworkModel WTMLearningFunction.networkModel
          reference to network model
protected  NetworkModel WTALearningFunction.networkModel
          reference to network model
 

Methods in kohonen that return NetworkModel
 NetworkModel WTMLearningFunction.getNetworkModel()
          Return network model
 NetworkModel WTALearningFunction.getNetworkModel()
          Return network model
 

Methods in kohonen with parameters of type NetworkModel
 void WTMLearningFunction.setNetworkModel(NetworkModel networkModel)
          Set network model
 void WTALearningFunction.setNetworkModel(NetworkModel networkModel)
          Set network model
 

Constructors in kohonen with parameters of type NetworkModel
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
 

Uses of NetworkModel in network
 

Classes in network that implement NetworkModel
 class DefaultNetwork
          Default Network Model