public class ICSSearchAlgorithm extends CISearchAlgorithm
-cardinality <num> When determining whether an edge exists a search is performed for a set Z that separates the nodes. MaxCardinality determines the maximum size of the set Z. This greatly influences the length of the search. (default 2)
-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_TYPE
Constructor and Description |
---|
ICSSearchAlgorithm() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxCardinality()
returns the max cardinality
|
String[] |
getOptions()
Gets the current settings of the Classifier.
|
String |
getRevision()
Returns the revision string.
|
String |
globalInfo()
This will return a string describing the search algorithm.
|
Enumeration<Option> |
listOptions()
Returns an enumeration describing the available options.
|
static void |
main(String[] argv)
for testing the class
|
String |
maxCardinalityTipText() |
void |
setMaxCardinality(int nMaxCardinality)
sets the cardinality
|
void |
setOptions(String[] options)
Parses a given list of options.
|
buildStructure, calcNodeScore, calcScoreWithExtraParent, calcScoreWithMissingParent, getMarkovBlanketClassifier, getScoreType, logScore, markovBlanketClassifierTipText, scoreTypeTipText, setMarkovBlanketClassifier, setScoreType
initAsNaiveBayesTipText, maxNrOfParentsTipText, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
makeCopy
public void setMaxCardinality(int nMaxCardinality)
nMaxCardinality
- the max cardinalitypublic int getMaxCardinality()
public Enumeration<Option> listOptions()
listOptions
in interface OptionHandler
listOptions
in class LocalScoreSearchAlgorithm
public void setOptions(String[] options) throws Exception
-cardinality <num> When determining whether an edge exists a search is performed for a set Z that separates the nodes. MaxCardinality determines the maximum size of the set Z. This greatly influences the length of the search. (default 2)
-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)
setOptions
in interface OptionHandler
setOptions
in class LocalScoreSearchAlgorithm
options
- the list of options as an array of stringsException
- if an option is not supportedpublic String[] getOptions()
getOptions
in interface OptionHandler
getOptions
in class LocalScoreSearchAlgorithm
public String maxCardinalityTipText()
public String globalInfo()
globalInfo
in class CISearchAlgorithm
public String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class CISearchAlgorithm
public static void main(String[] argv)
argv
- the commandline parametersCopyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.