org.encog.util.normalize.output.nominal
public class NominalItem extends Object implements Serializable
Constructor and Description |
---|
NominalItem()
Construct a empty range item.
|
NominalItem(InputField inputField,
double low,
double high)
Create a nominal item.
|
Modifier and Type | Method and Description |
---|---|
void |
beginRow()
Begin a row.
|
double |
getHigh() |
InputField |
getInputField() |
double |
getLow() |
boolean |
isInRange() |
public NominalItem()
public NominalItem(InputField inputField, double low, double high)
inputField
- The field that this item is based on.high
- The high value.low
- The low value.public void beginRow()
public double getHigh()
public InputField getInputField()
public double getLow()
public boolean isInRange()
Copyright © 2014. All Rights Reserved.