|
jBNC Toolbox | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbnc.measures.QualityMeasure
jbnc.measures.QualityMeasureHGC
Return value of the Heckerman-Geiger-Chickering measure for a Bayesian network structure (also called Baysian Dirihlet metric).
D. Heckerman, D. Geiger and D. M. Chickering, "Learning Bayesian Networks: The Combination of Knowledge and Statistical Data", Machine Learning , vol.20, pp.197-243, 1995. eq.(28).
Field Summary |
Fields inherited from class jbnc.measures.QualityMeasure |
alphaK, dataset, usePriors |
Constructor Summary | |
QualityMeasureHGC()
Constructor for the QualityMeasureHGC object |
|
QualityMeasureHGC(DatasetInt dataset)
Constructor for the QualityMeasureHGC object |
Method Summary | |
double |
evaluate(BayesianNetworks.BayesNet net)
Description of the Method |
java.lang.String |
getName()
Gets the Name attribute of the QualityMeasureHGC object |
Methods inherited from class jbnc.measures.QualityMeasure |
getAlphaK, getUsePriors, setAlphaK, setDataset, setUsePriors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QualityMeasureHGC()
public QualityMeasureHGC(DatasetInt dataset)
dataset
- Description of ParameterMethod Detail |
public java.lang.String getName()
getName
in class QualityMeasure
public final double evaluate(BayesianNetworks.BayesNet net) throws java.lang.Exception
evaluate
in class QualityMeasure
net
- Description of Parameter
java.lang.Exception
- Description of Exception
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |