Uses of Package
org.neuroph.core.learning

Packages that use org.neuroph.core.learning
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.core.events Provides neural network learning events system 
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
org.neuroph.util.norm Provides data normalization techniques 
 

Classes in org.neuroph.core.learning used by org.neuroph.core
DataSet
          A set of training elements for training neural network.
LearningRule
          Base class for all neural network learning algorithms.
 

Classes in org.neuroph.core.learning used by org.neuroph.core.events
LearningRule
          Base class for all neural network learning algorithms.
 

Classes in org.neuroph.core.learning used by org.neuroph.core.learning
DataSet
          A set of training elements for training neural network.
DataSetRow
          Represents training element for supervised learning algorithms.
IterativeLearning
          Base class for all iterative learning algorithms.
LearningRule
          Base class for all neural network learning algorithms.
 

Classes in org.neuroph.core.learning used by org.neuroph.nnet.learning
DataSet
          A set of training elements for training neural network.
DataSetRow
          Represents training element for supervised learning algorithms.
IterativeLearning
          Base class for all iterative learning algorithms.
LearningRule
          Base class for all neural network learning algorithms.
SupervisedLearning
          Base class for all supervised learning algorithms.
UnsupervisedLearning
          Base class for all unsupervised learning algorithms.
 

Classes in org.neuroph.core.learning used by org.neuroph.util
DataSet
          A set of training elements for training neural network.
 

Classes in org.neuroph.core.learning used by org.neuroph.util.norm
DataSet
          A set of training elements for training neural network.
 



Copyright © 2012. All Rights Reserved.