DPS DPS Correntropy based, hierarchical density preserving data split
R = DPS(A,LEVELS,CLASSWISE)
DescriptionDensity Preserving Sampling (DPS) divides the input dataset into a given number of folds (2^LEVELS) by maximizing the correntropy between the folds and can be used as an alternative for cross-validation. The procedure is deterministic, so unlike cross-validation it does not need to be repeated. Reference(s)M. Budka, B. Gabrys, Correntropy-based density-preserving data sampling as an alternative to standard cross-validation, IJCNN2010, 1-8 http://www.budka.co.uk/ See alsodatasets, crossval,
|