GenSVM
include
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
gensvm_check_outcome_contiguous
bool gensvm_check_outcome_contiguous(struct GenData *data)
Check if the labels are contiguous on [1 .. K].
Definition:
gensvm_checks.c:43
GenData
A structure to represent the data.
Definition:
gensvm_base.h:57
gensvm_base.h
Header file for gensvm_base.c.
Generated on Tue Feb 21 2017 18:44:21 for GenSVM by
1.8.13