|
|||||||||
| Home >> All >> AI >> [ NeuralNetworks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
AI.NeuralNetworks
Class PatternPair

java.lang.ObjectAI.NeuralNetworks.PatternPair
- public class PatternPair
- extends java.lang.Object
This class has a input - output pattern for a nerual netwrok
| Field Summary | |
(package private) float[] |
input
|
(package private) float[] |
output
|
| Constructor Summary | |
PatternPair(float[] input,
float[] output)
Creates a new PatternPair instnce |
|
| Method Summary | |
float[] |
input()
Returns the input pattern |
private static java.lang.String |
niceArray(float[] array)
|
float[] |
output()
Returns the output pattern |
java.lang.String |
toString()
returns a string representation of the pattern |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
input
float[] input
output
float[] output
| Constructor Detail |
PatternPair
public PatternPair(float[] input,
float[] output)
- Creates a new PatternPair instnce
| Method Detail |
input
public float[] input()
- Returns the input pattern
output
public float[] output()
- Returns the output pattern
toString
public java.lang.String toString()
- returns a string representation of the pattern
niceArray
private static java.lang.String niceArray(float[] array)
|
|||||||||
| Home >> All >> AI >> [ NeuralNetworks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
AI.NeuralNetworks.PatternPair