Class STAll
- java.lang.Object
-
- com.tibco.patterns.learn.modelconfig.SubsetTrainConfig
-
- com.tibco.patterns.learn.modelconfig.STAll
-
public final class STAll extends SubsetTrainConfig
Specifies training of all subsets with generated examples. Immutable class. Since generating examples for all possible subsets typically results in many mislabeled examples, using this mode is not recommended.
-
-
Constructor Summary
Constructors Constructor Description STAll()Creates a configuration to train all subsets.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubsetTrainConfigcopy()Copies this object to a new object.-
Methods inherited from class com.tibco.patterns.learn.modelconfig.SubsetTrainConfig
create, getSubsetTrainMode, toString
-
-
-
-
Method Detail
-
copy
public SubsetTrainConfig copy()
Description copied from class:SubsetTrainConfigCopies this object to a new object. Assumes that some subclasses may be mutable.- Specified by:
copyin classSubsetTrainConfig- Returns:
- a deep copy of this object. An object of appropriate subclass is returned.
-
-