com.opttek.optquest
Class COptQuestPredictor
java.lang.Object
com.opttek.optquest.COptQuestPredictor
- Direct Known Subclasses:
- COptQuestDOEPredictor, COptQuestNNPredictor
public class COptQuestPredictor
- extends java.lang.Object
For internal use only
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_IsEnabled
public boolean m_IsEnabled
COptQuestPredictor
public COptQuestPredictor()
getHeader
public java.lang.String getHeader()
getResults
public java.lang.String getResults()
getIdString
public java.lang.String getIdString()
getAccuracy
public double getAccuracy()
getConstTime
public double getConstTime()
isEnabled
public boolean isEnabled()
- Returns whether or not this predictor is enabled.
- Returns:
- true if the predictor is enabled, false otherwise
setIsEnabled
public void setIsEnabled(boolean isEnabled)
- Sets whether or not this predictor is enabled.
- Parameters:
isEnabled - the boolean to set