Package ristretto.tools
Some tools to make the experimentation easier
-
Class Summary Class Description DatasetSplitter Split a dataset into a training and test datasets given a test proportion, that is, the proportion of data reserved to the test dataset.FSCrossValidator Test the results of a Feature Selector via cross-validationFSErrorRateValidator Obtain the training and test error rates of the results of a Feature SelectorFSKappaValidator Obtain the training and test Kappa indices of the results of a Feature SelectorFSParetoFrontAnalyzer Obtain the relevance of each feature in the whole Pareto front.FSRanker Translate a relevances file into a ranks file [1]FSRelevancesAnalyzer Gather the relevances from several experimentsFSSensitivityValidator Obtain the training and test sensitivities of the results of a Feature SelectorFSSpecificityValidator Obtain the training and test specificities of the results of a Feature SelectorFSStabilitySpearmanScorer Computes the Spearman score achieved by a set of experimentsKolmogorovSmirnovNormalityTest Applies a Kolmogorov-Smirnov normality test to a set of values and prints the p-valueRandomFeatureAdder Append some random features to a training dataset, and also to a test dataset if provided