27 #ifndef GENSVM_CONSISTENCY_H 28 #define GENSVM_CONSISTENCY_H
double gensvm_percentile(double *values, long N, double p)
Calculate the percentile of an array of doubles.
struct GenQueue * gensvm_top_queue(struct GenQueue *q, double percentile)
Create GenQueue of tasks with performance above a given percentile.
void gensvm_consistency_repeats(struct GenQueue *q, long repeats, double percentile)
Run repeats of the GenTask structs in GenQueue to find the best configuration.
int gensvm_dsort(const void *elem1, const void *elem2)
Comparison function for doubl.
Header file for gensvm_timer.c.
Header file for gensvm_queue.c.
Header file for gensvm_cross_validation.c.
Header file for gensvm_print.c.
Header file for gensvm_cv_util.c.