| Package | Description | 
|---|---|
| org.openimaj.experiment.validation | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultValidationData<DATASET extends Dataset<?>>
Data for performing validation. 
 | 
class  | 
GroupedRandomisedPercentageHoldOut<KEY,INSTANCE>
Hold-Out validation for grouped data that selects a percentage of the
 original data to use for training, and the remainder to use for validation. 
 | 
class  | 
RandomisedPercentageHoldOut<INSTANCE>
Hold-Out validation that selects a percentage of the original
 data to use for training, and the remainder to use for validation. 
 | 
class  | 
StratifiedGroupedRandomisedPercentageHoldOut<KEY,INSTANCE>
Stratified Hold-Out validation for grouped data that selects a percentage of
 the original data to use for training, and the remainder to use for
 validation. 
 |