Uses of Class
org.neuroph.core.learning.DataSetRow

Packages that use DataSetRow
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
 

Uses of DataSetRow in org.neuroph.core.learning
 

Methods in org.neuroph.core.learning that return DataSetRow
 DataSetRow DataSet.getRowAt(int idx)
          Returns training element at specified index position
 

Methods in org.neuroph.core.learning that return types with arguments of type DataSetRow
 List<DataSetRow> DataSet.getRows()
          Returns elements of this training set
 

Methods in org.neuroph.core.learning with parameters of type DataSetRow
 void DataSet.addRow(DataSetRow row)
          Adds new row element to this data set
protected  void UnsupervisedLearning.learnPattern(DataSetRow trainingElement)
          Trains network with the pattern from the specified training element
protected  void SupervisedLearning.learnPattern(DataSetRow trainingElement)
          Trains network with the input and desired output pattern from the specified training element
 

Uses of DataSetRow in org.neuroph.nnet.learning
 

Methods in org.neuroph.nnet.learning with parameters of type DataSetRow
protected  void SupervisedHebbianLearning.learnPattern(DataSetRow trainingSetRow)
          Trains network with the pattern from the specified training element
 



Copyright © 2012. All Rights Reserved.