|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetworks.io.Pattern
public class Pattern
| Constructor Summary | |
|---|---|
Pattern(int in)
|
|
Pattern(int in,
int out)
|
|
| Method Summary | |
|---|---|
double |
getInput(int index)
|
double |
getOutput(int index)
|
void |
setInput(double[] input)
|
void |
setInput(int index,
double value)
|
void |
setOutput(double[] output)
|
void |
setOutput(int index,
double value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pattern(int in)
public Pattern(int in,
int out)
| Method Detail |
|---|
public void setInput(double[] input)
public void setInput(int index,
double value)
public double getInput(int index)
public void setOutput(double[] output)
public void setOutput(int index,
double value)
public double getOutput(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||