|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdataprocessing.Example
A single input-output pattern pairing.
Field Summary | |
static java.util.ArrayList[] |
inputAlphabet
The set of legal symbols for each input feature. |
double[] |
inputs
The inputs for this Example. |
double |
target
The target for this Example. |
static java.util.ArrayList |
targetAlphabet
The set of legal target symbols. |
Constructor Summary | |
Example(int numInputs)
|
|
Example(int numInputs,
int numOutputs)
|
Method Summary | |
boolean |
equals(java.lang.Object other)
Test this Example object for equality with another Example. |
void |
print()
Prints out the return value of the toString() method. |
java.lang.String |
toString()
Generate a String representation of this Example. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static java.util.ArrayList[] inputAlphabet
public double[] inputs
public double target
public static java.util.ArrayList targetAlphabet
Constructor Detail |
public Example(int numInputs)
public Example(int numInputs, int numOutputs)
Method Detail |
public boolean equals(java.lang.Object other)
other
- An Example object to compare this one to.
public void print()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |