Uses of Class
org.neuroph.core.exceptions.VectorSizeMismatchException

Packages that use VectorSizeMismatchException
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
 

Uses of VectorSizeMismatchException in org.neuroph.core
 

Methods in org.neuroph.core that throw VectorSizeMismatchException
 void NeuralNetwork.setInput(double... inputVector)
          Sets network input.
 

Uses of VectorSizeMismatchException in org.neuroph.core.learning
 

Methods in org.neuroph.core.learning that throw VectorSizeMismatchException
 void DataSet.addRow(DataSetRow row)
          Adds new row element to this data set
 



Copyright © 2012. All Rights Reserved.