org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions
Class Pattern

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.models.cores.neuralnetworks.neurosolutions.Pattern

public class Pattern
extends Object


Field Summary
 double[] input
           
 boolean selected
           
 double[] target
           
 
Constructor Summary
Pattern(double[] temp_inputs, double[] temp_targets)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public double[] input

target

public double[] target

selected

public boolean selected
Constructor Detail

Pattern

public Pattern(double[] temp_inputs,
               double[] temp_targets)


Copyright © 2013. All Rights Reserved.