Uses of Interface
adams.data.splitgenerator.generic.stratification.Stratification
-
Packages that use Stratification Package Description adams.data.splitgenerator.generic.crossvalidation adams.data.splitgenerator.generic.stratification -
-
Uses of Stratification in adams.data.splitgenerator.generic.crossvalidation
Fields in adams.data.splitgenerator.generic.crossvalidation declared as Stratification Modifier and Type Field Description protected StratificationCrossValidationGenerator. m_Stratificationthe stratification scheme.Methods in adams.data.splitgenerator.generic.crossvalidation that return Stratification Modifier and Type Method Description StratificationCrossValidationGenerator. getStratification()Returns the stratification scheme in use.Methods in adams.data.splitgenerator.generic.crossvalidation with parameters of type Stratification Modifier and Type Method Description voidCrossValidationGenerator. setStratification(Stratification value)Sets the stratification scheme to use. -
Uses of Stratification in adams.data.splitgenerator.generic.stratification
Classes in adams.data.splitgenerator.generic.stratification that implement Stratification Modifier and Type Class Description classAbstractStratificationAncestor for stratification schemes.classDefaultStratificationStratifies the data.classPassThroughPerforms no stratification.
-