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, toStringgetMarkovBlanketRestrictionFrequencyThreshold, getMarkovBlanketRestrictionSeed, getMarkovBlanketRestrictionTestCount, getTargetNodeName, isMarkovBlanketRestrictionBlocked, isMarkovBlanketRestrictionEnabled, isMarkovBlanketRestrictionFixedSeed, isMarkovBlanketRestrictionUsed, isSupervised, isValid, setMarkovBlanketRestrictionBlocked, setMarkovBlanketRestrictionEnabled, setMarkovBlanketRestrictionFixedSeed, setMarkovBlanketRestrictionFrequencyThreshold, setMarkovBlanketRestrictionSeed, setMarkovBlanketRestrictionTestCount, setMarkovBlanketRestrictionUsed, setTargetNodeNamegetSmoothedProbabilityEstimation, getStructuralCoefficient, isVerbose, setSmoothedProbabilityEstimation, setStructuralCoefficient, setVerbosepublic AugmentedMarkovBlanketSettings copy()
LearningSettingscopy in interface LearningSettingscopy in class MarkovBlanketSettingspublic static AugmentedMarkovBlanketSettings createDefault()
public APIUtils.LEARNING_ALGORITHM getLearningAlgorithm()
LearningSettingsLEARNING_ALGORITHM indicating the learning algorithm to usegetLearningAlgorithm in interface LearningSettingsgetLearningAlgorithm in class MarkovBlanketSettings