org.neuroph.samples
Class DLRSample

java.lang.Object
  extended by org.neuroph.samples.DLRSample

public class DLRSample
extends java.lang.Object

Author:
zoran

Constructor Summary
DLRSample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs this sample
static void testNeuralNetwork(NeuralNetwork neuralNet, TrainingSet trainingSet)
          Prints network output for the each element from the specified training set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLRSample

public DLRSample()
Method Detail

main

public static void main(java.lang.String[] args)
Runs this sample


testNeuralNetwork

public static void testNeuralNetwork(NeuralNetwork neuralNet,
                                     TrainingSet trainingSet)
Prints network output for the each element from the specified training set.

Parameters:
neuralNet - neural network
trainingSet - training set