|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.learning.TrainingElement
public class TrainingElement
The TrainingElement class represents single training element for neural network learning. It is also the base class for SupervisedTrainingElement.
Field Summary | |
---|---|
protected java.util.Vector<java.lang.Double> |
input
Input vector for this training element |
private static long |
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class |
Constructor Summary | |
---|---|
TrainingElement()
Creates new training element with specified input vector |
|
TrainingElement(java.lang.String input)
Creates new training element with specified input vector |
|
TrainingElement(java.util.Vector<java.lang.Double> input)
Creates new training element with specified input vector |
Method Summary | |
---|---|
java.util.Vector<java.lang.Double> |
getInput()
Returns input vector |
void |
setInput(java.util.Vector<java.lang.Double> input)
Sets input vector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.util.Vector<java.lang.Double> input
Constructor Detail |
---|
public TrainingElement()
input
- input vectorpublic TrainingElement(java.util.Vector<java.lang.Double> input)
input
- input vectorpublic TrainingElement(java.lang.String input)
input
- Method Detail |
---|
public java.util.Vector<java.lang.Double> getInput()
public void setInput(java.util.Vector<java.lang.Double> input)
input
- input vector
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |