Class STNone
- java.lang.Object
-
- com.tibco.patterns.learn.modelconfig.SubsetTrainConfig
-
- com.tibco.patterns.learn.modelconfig.STNone
-
public final class STNone extends SubsetTrainConfig
Specifies training with actual examples only, without any generated examples for submodels. Immutable class. Using this subset training mode is recommended if the training and validation datasets contain abundant examples from all subsets that can ever be encountered in the data table. Since there are no generated examples, there is no risk of training the model with mislabeled examples.
-
-
Constructor Summary
Constructors Constructor Description STNone()Creates a configuration to train with actual examples only.
-
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.
-
-