[fix] moving separator definitions

This commit is contained in:
Al
2015-11-28 13:53:13 -05:00
parent 66778737ff
commit d3040036ec

View File

@@ -48,9 +48,6 @@ typedef struct class_weight {
#define NULL_WEIGHT (class_weight_t){0.0, 0.0, 0}
#define SEPARATOR_LABEL "sep"
#define FIELD_SEPARATOR_LABEL "fsep"
KHASH_MAP_INIT_INT(class_weights, class_weight_t)
KHASH_MAP_INIT_INT(feature_class_weights, khash_t(class_weights) *)