public class MarkovBlanketSettings extends SupervisedLearningSettings
| Modifier and Type | Method and Description |
|---|---|
MarkovBlanketSettings |
copy()
Make a deep copy of the learning settings.
|
static MarkovBlanketSettings |
createDefault()
Create an instance of the learning settings initialized with the default parameters for this algorithm.
|
APIUtils.LEARNING_ALGORITHM |
getLearningAlgorithm()
Return a
LEARNING_ALGORITHM indicating the learning algorithm to use |
boolean |
isOutgoingArcFixed() |
void |
setOutgoingArcFixed(boolean fixOutgoingArcs) |
java.lang.String |
toString() |
getMarkovBlanketRestrictionFrequencyThreshold, getMarkovBlanketRestrictionSeed, getMarkovBlanketRestrictionTestCount, getTargetNodeName, isMarkovBlanketRestrictionBlocked, isMarkovBlanketRestrictionEnabled, isMarkovBlanketRestrictionFixedSeed, isMarkovBlanketRestrictionUsed, isSupervised, isValid, setMarkovBlanketRestrictionBlocked, setMarkovBlanketRestrictionEnabled, setMarkovBlanketRestrictionFixedSeed, setMarkovBlanketRestrictionFrequencyThreshold, setMarkovBlanketRestrictionSeed, setMarkovBlanketRestrictionTestCount, setMarkovBlanketRestrictionUsed, setTargetNodeNamegetSmoothedProbabilityEstimation, getStructuralCoefficient, isVerbose, setSmoothedProbabilityEstimation, setStructuralCoefficient, setVerbosepublic MarkovBlanketSettings copy()
LearningSettingscopy in interface LearningSettingscopy in class SupervisedLearningSettingspublic void setOutgoingArcFixed(boolean fixOutgoingArcs)
public boolean isOutgoingArcFixed()
public static MarkovBlanketSettings createDefault()
public java.lang.String toString()
toString in interface LearningSettingstoString in class SupervisedLearningSettingspublic APIUtils.LEARNING_ALGORITHM getLearningAlgorithm()
LearningSettingsLEARNING_ALGORITHM indicating the learning algorithm to use