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 Stratification
CrossValidationGenerator. m_Stratification
the stratification scheme.Methods in adams.data.splitgenerator.generic.crossvalidation that return Stratification Modifier and Type Method Description Stratification
CrossValidationGenerator. getStratification()
Returns the stratification scheme in use.Methods in adams.data.splitgenerator.generic.crossvalidation with parameters of type Stratification Modifier and Type Method Description void
CrossValidationGenerator. 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 class
AbstractStratification
Ancestor for stratification schemes.class
DefaultStratification
Stratifies the data.class
PassThrough
Performs no stratification.
-