public class CISearchAlgorithm extends LocalScoreSearchAlgorithm
-mbc Applies a Markov Blanket correction to the network structure, after a network structure is learned. This ensures that all nodes in the network are part of the Markov blanket of the classifier node.
-S [BAYES|MDL|ENTROPY|AIC|CROSS_CLASSIC|CROSS_BAYES] Score type (BAYES, BDeu, MDL, ENTROPY and AIC)
TAGS_SCORE_TYPEm_bInitAsNaiveBayes, m_bMarkovBlanketClassifier, m_nMaxNrOfParents, m_sInitalBIFFile| Constructor and Description |
|---|
CISearchAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
java.lang.String |
globalInfo()
Returns a string describing this object
|
protected boolean |
isConditionalIndependent(int iAttributeX,
int iAttributeY,
int[] iAttributesZ,
int nAttributesZ)
IsConditionalIndependent tests whether two nodes X and Y are independent given a set of variables Z.
|
buildStructure, calcNodeScore, calcScoreOfCounts, calcScoreOfCounts2, calcScoreWithExtraParent, calcScoreWithMissingParent, getMarkovBlanketClassifier, getOptions, getScoreType, listOptions, logScore, markovBlanketClassifierTipText, scoreTypeTipText, setMarkovBlanketClassifier, setOptions, setScoreTypeaddArcMakesSense, doMarkovBlanketCorrection, initAsNaiveBayesTipText, isArc, maxNrOfParentsTipText, reverseArcMakesSense, search, toStringpublic java.lang.String globalInfo()
globalInfo in class LocalScoreSearchAlgorithmprotected boolean isConditionalIndependent(int iAttributeX,
int iAttributeY,
int[] iAttributesZ,
int nAttributesZ)
throws java.lang.InterruptedException
iAttributeX - - index of attribute representing variable XiAttributeY - - index of attribute representing variable YiAttributesZ - - array of integers representing indices of attributes in set ZnAttributesZ - - cardinality of Zjava.lang.InterruptedExceptionpublic java.lang.String getRevision()
getRevision in interface RevisionHandlergetRevision in class LocalScoreSearchAlgorithm