GenSVM
gensvm_checks.h
Go to the documentation of this file.
1 
27 #ifndef GENSVM_CHECKS_H
28 #define GENSVM_CHECKS_H
29 
30 // includes
31 #include "gensvm_base.h"
32 
33 // function declarations
34 bool gensvm_check_outcome_contiguous(struct GenData *data);
35 
36 #endif
bool gensvm_check_outcome_contiguous(struct GenData *data)
Check if the labels are contiguous on [1 .. K].
Definition: gensvm_checks.c:43
A structure to represent the data.
Definition: gensvm_base.h:57
Header file for gensvm_base.c.