|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Documents the interface for creating an evaluator implementation.
Details:
Change History:
Created on Apr 13, 2004
Method Summary | |
void |
adjustNodeScoresForUndo(BayesNetChangeI suggestedBayesNetChange)
Adjusts the various internal score containers when a bayesNetChange is not permanently kept. |
double |
computeInitialNetworkScore(BayesNetManagerI currentBayesNetManager)
|
java.lang.StringBuffer |
provideCollectedStatistics()
|
double |
updateNetworkScore(BayesNetManagerI currentBayesNetManager,
BayesNetChangeI currentBayesNetChange)
Computes the score of the network described by the bayesNetManager, based on the proposed bayesNetChange. |
void |
updateProcessData(Settings processData)
For future use. |
Method Detail |
public double computeInitialNetworkScore(BayesNetManagerI currentBayesNetManager) throws java.lang.Exception
currentBayesNetManager
- The underlying network.
java.lang.Exception
public double updateNetworkScore(BayesNetManagerI currentBayesNetManager, BayesNetChangeI currentBayesNetChange) throws java.lang.Exception
currentBayesNetManager
- The current underlying network.currentBayesNetChange
- The proposed change to the network.
java.lang.Exception
public void adjustNodeScoresForUndo(BayesNetChangeI suggestedBayesNetChange) throws java.lang.Exception
suggestedBayesNetChange
- The change to the network whose effect needs
to be undone.
java.lang.Exception
public void updateProcessData(Settings processData) throws java.lang.Exception
processData
- The data to be exchanged.
java.lang.Exception
public java.lang.StringBuffer provideCollectedStatistics() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |