public class PredictorResponseRelationSetup
extends java.lang.Object
Constructor and Description |
---|
PredictorResponseRelationSetup()
Empty PredictorResponseRelationSetup constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
absorb(PredictorResponseRelationSetup prrsOther)
Absorb the "Other" PRRS onto the current one
|
boolean |
addPredictorResponseWeight(double dblPredictor,
double dblResponseWeight)
Add a Predictor/Response Weight entry to the Linearized Constraint
|
java.util.TreeMap<java.lang.Double,java.lang.Double> |
getPredictorResponseWeight()
Retrieve the Predictor To-From Response Weight Map
|
double |
getValue()
Retrieve the Constraint Value
|
boolean |
updateValue(double dblValue)
Update the Constraint Value
|
public PredictorResponseRelationSetup()
public boolean updateValue(double dblValue)
dblValue
- The Constraint Value Update Incrementpublic boolean addPredictorResponseWeight(double dblPredictor, double dblResponseWeight)
dblPredictor
- The Predictor NodedblResponseWeight
- The Response Weight at the Nodepublic double getValue()
public java.util.TreeMap<java.lang.Double,java.lang.Double> getPredictorResponseWeight()
public boolean absorb(PredictorResponseRelationSetup prrsOther)
prrsOther
- The "Other" PRRS