|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.normalize.output.BasicOutputField
org.encog.normalize.output.OutputFieldRangeMapped
public class OutputFieldRangeMapped
A ranged mapped output field. This will scale the input so that it is between the high and low value.
| Constructor Summary | |
|---|---|
OutputFieldRangeMapped()
Default constructor, used mainly for reflection. |
|
OutputFieldRangeMapped(InputField field,
double low,
double high)
Construct a range mapped output field. |
|
| Method Summary | |
|---|---|
double |
calculate(int subfield)
Calculate this output field. |
InputField |
getField()
|
double |
getHigh()
|
double |
getLow()
|
int |
getSubfieldCount()
|
void |
rowInit()
Not needed for this sort of output field. |
| Methods inherited from class org.encog.normalize.output.BasicOutputField |
|---|
isIdeal, setIdeal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputFieldRangeMapped()
public OutputFieldRangeMapped(InputField field,
double low,
double high)
field - The input field to base this on.low - The low value.high - The high value.| Method Detail |
|---|
public double calculate(int subfield)
subfield - Not used.
public InputField getField()
public double getHigh()
public double getLow()
public int getSubfieldCount()
public void rowInit()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||