public class SopLEQSettings extends EQSettings
| Modifier and Type | Method and Description |
|---|---|
SopLEQSettings |
copy()
Make a deep copy of the learning settings.
|
static SopLEQSettings |
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 |
java.lang.String |
toString() |
getTargetNodeName, isAllArcsDeleted, isSupervised, isUnfixedArcsDeleted, isValid, setAllArcsDeleted, setUnfixedArcsDeletedgetSmoothedProbabilityEstimation, getStructuralCoefficient, isVerbose, setSmoothedProbabilityEstimation, setStructuralCoefficient, setVerbosepublic SopLEQSettings copy()
LearningSettingscopy in interface LearningSettingscopy in class EQSettingspublic static SopLEQSettings createDefault()
public java.lang.String toString()
toString in interface LearningSettingstoString in class EQSettingspublic APIUtils.LEARNING_ALGORITHM getLearningAlgorithm()
LearningSettingsLEARNING_ALGORITHM indicating the learning algorithm to usegetLearningAlgorithm in interface LearningSettingsgetLearningAlgorithm in class EQSettings