|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.samples.DLRSample
public class DLRSample
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 |
---|
public DLRSample()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static void testNeuralNetwork(NeuralNetwork neuralNet, TrainingSet trainingSet)
neuralNet
- neural networktrainingSet
- training set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |