org.encog.ml.bayesian.parse
public class ParsedChoice extends Object
| Constructor and Description |
|---|
ParsedChoice(String label,
double min,
double max)
Construct a continuous choice, with a min and max.
|
ParsedChoice(String label,
int index)
Construct a discrete value for this choice.
|
public ParsedChoice(String label, double min, double max)
label - The label, for this chocie.min - The min value, for this choice.max - The max value, for this choice.public ParsedChoice(String label, int index)
label - The choice label.index - The index.public String getLabel()
public double getMin()
public double getMax()
public boolean isIndex()
Copyright © 2014. All Rights Reserved.