aboutsummaryrefslogtreecommitdiff
path: root/include/libGenSVM.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libGenSVM.h')
-rw-r--r--include/libGenSVM.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libGenSVM.h b/include/libGenSVM.h
index 9e2d4c2..146fc67 100644
--- a/include/libGenSVM.h
+++ b/include/libGenSVM.h
@@ -23,7 +23,6 @@ struct GenData;
struct GenModel;
// function declarations
-void gensvm_simplex_gen(long K, double *U);
void gensvm_category_matrix(struct GenModel *model, struct GenData *data);
void gensvm_simplex_diff(struct GenModel *model, struct GenData *dataset);
@@ -33,8 +32,5 @@ void gensvm_calculate_huber(struct GenModel *model);
void gensvm_step_doubling(struct GenModel *model);
-void gensvm_seed_model_V(struct GenModel *from_model,
- struct GenModel *to_model, struct GenData *data);
-void gensvm_initialize_weights(struct GenData *data, struct GenModel *model);
#endif