Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Muller <brian.muller@livingsocial.com>2012-01-03 23:56:51 +0400
committerBrian Muller <brian.muller@livingsocial.com>2012-01-03 23:56:51 +0400
commit9f457bf70dcab12082ec07cc6018e3f1a75899a2 (patch)
treea30f2028788bf291a71200ff5644a3c72a842f27 /vowpalwabbit/unique_sort.h
parent5c267f9404ffbb733c88b759605386aad51e6baf (diff)
now creating a linkable library
Diffstat (limited to 'vowpalwabbit/unique_sort.h')
-rw-r--r--vowpalwabbit/unique_sort.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vowpalwabbit/unique_sort.h b/vowpalwabbit/unique_sort.h
new file mode 100644
index 00000000..397ff47f
--- /dev/null
+++ b/vowpalwabbit/unique_sort.h
@@ -0,0 +1,8 @@
+#ifndef UNIQUE_SORT
+#define UNIQUE_SORT
+#include "parser.h"
+#include "example.h"
+
+void unique_sort_features(example* ae);
+
+#endif