edu.ucla.belief.sensitivity
Interface SensitivitySuggestion

All Known Implementing Classes:
SingleCPTSuggestion, SingleParamSuggestion

public interface SensitivitySuggestion


Method Summary
 void adoptChange()
           
 double getAbsoluteChange()
           
 Object getCurrentValue()
           
 double getLogOddsChange()
           
 Comparable getObject()
           
 Object getSuggestedValue()
           
 FiniteVariable getVariable()
           
 

Method Detail

adoptChange

void adoptChange()
                 throws Exception
Throws:
Exception

getObject

Comparable getObject()

getCurrentValue

Object getCurrentValue()

getSuggestedValue

Object getSuggestedValue()

getAbsoluteChange

double getAbsoluteChange()

getLogOddsChange

double getLogOddsChange()

getVariable

FiniteVariable getVariable()


Copyright 2010 UCLA Automated Reasoning Group