edu.ucla.belief.sensitivity
Class SingleCPTSuggestion

Object
  extended by SensitivityTable
      extended by SingleCPTSuggestion
All Implemented Interfaces:
SensitivitySuggestion

public class SingleCPTSuggestion
extends SensitivityTable
implements SensitivitySuggestion


Constructor Summary
SingleCPTSuggestion(CPTShell shell, Interval[] intervals, boolean[] excludeArray, double dist)
           
 
Method Summary
 void adoptChange()
           
 double getAbsoluteChange()
           
 Object getCurrentValue()
           
 double getLogOddsChange()
           
 Comparable getObject()
           
 Object getSuggestedValue()
           
 FiniteVariable getVariable()
           
 
Methods inherited from class SensitivityTable
correspondingChanges, getCPTShell, getProb, intersect, interval, probabilityInterval, probabilityIntervals, size, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleCPTSuggestion

public SingleCPTSuggestion(CPTShell shell,
                           Interval[] intervals,
                           boolean[] excludeArray,
                           double dist)
Method Detail

adoptChange

public void adoptChange()
Specified by:
adoptChange in interface SensitivitySuggestion

getObject

public Comparable getObject()
Specified by:
getObject in interface SensitivitySuggestion

getCurrentValue

public Object getCurrentValue()
Specified by:
getCurrentValue in interface SensitivitySuggestion

getSuggestedValue

public Object getSuggestedValue()
Specified by:
getSuggestedValue in interface SensitivitySuggestion

getAbsoluteChange

public double getAbsoluteChange()
Specified by:
getAbsoluteChange in interface SensitivitySuggestion

getLogOddsChange

public double getLogOddsChange()
Specified by:
getLogOddsChange in interface SensitivitySuggestion

getVariable

public FiniteVariable getVariable()
Specified by:
getVariable in interface SensitivitySuggestion
Since:
102003


Copyright 2010 UCLA Automated Reasoning Group