Class 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 Detail

      • STAll

        public STAll()
        Creates a configuration to train all subsets.
    • Method Detail

      • copy

        public SubsetTrainConfig copy()
        Description copied from class: SubsetTrainConfig
        Copies this object to a new object. Assumes that some subclasses may be mutable.
        Specified by:
        copy in class SubsetTrainConfig
        Returns:
        a deep copy of this object. An object of appropriate subclass is returned.