|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputField
An output field, this represents the actual output from the normalization. Output from the normalization class is usually input to a neural network. An output field may contain several subfields that will be generated. Call getSubfieldCount to determine how many fields will be generated. A simple field will return 1, indicating that this is a single field.
Method Summary | |
---|---|
double |
calculate(int subfield)
Calculate the value for this field. |
int |
getSubfieldCount()
|
boolean |
isIdeal()
|
void |
rowInit()
Init this field for a new row. |
void |
setIdeal(boolean ideal)
Set whether this field is part of the ideal output for a network. |
Method Detail |
---|
double calculate(int subfield)
subfield
- The subfield index.
int getSubfieldCount()
boolean isIdeal()
void rowInit()
void setIdeal(boolean ideal)
ideal
- True if this field is ideal.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |