public class AugmentedMarkovBlanketSettings extends MarkovBlanketSettings
Modifier and Type | Method and Description |
---|---|
AugmentedMarkovBlanketSettings |
copy()
Make a deep copy of the learning settings.
|
static AugmentedMarkovBlanketSettings |
createDefault() |
APIUtils.LEARNING_ALGORITHM |
getLearningAlgorithm()
Return a
LEARNING_ALGORITHM indicating the learning algorithm to use |
isOutgoingArcFixed, setOutgoingArcFixed, toString
getMarkovBlanketRestrictionFrequencyThreshold, getMarkovBlanketRestrictionSeed, getMarkovBlanketRestrictionTestCount, getTargetNodeName, isMarkovBlanketRestrictionBlocked, isMarkovBlanketRestrictionEnabled, isMarkovBlanketRestrictionFixedSeed, isMarkovBlanketRestrictionUsed, isSupervised, isValid, setMarkovBlanketRestrictionBlocked, setMarkovBlanketRestrictionEnabled, setMarkovBlanketRestrictionFixedSeed, setMarkovBlanketRestrictionFrequencyThreshold, setMarkovBlanketRestrictionSeed, setMarkovBlanketRestrictionTestCount, setMarkovBlanketRestrictionUsed, setTargetNodeName
getSmoothedProbabilityEstimation, getStructuralCoefficient, isVerbose, setSmoothedProbabilityEstimation, setStructuralCoefficient, setVerbose
public AugmentedMarkovBlanketSettings copy()
LearningSettings
copy
in interface LearningSettings
copy
in class MarkovBlanketSettings
public static AugmentedMarkovBlanketSettings createDefault()
public APIUtils.LEARNING_ALGORITHM getLearningAlgorithm()
LearningSettings
LEARNING_ALGORITHM
indicating the learning algorithm to usegetLearningAlgorithm
in interface LearningSettings
getLearningAlgorithm
in class MarkovBlanketSettings