Vowpal Wabbit
unique_sort.h
Go to the documentation of this file.
1 /*
2 Copyright (c) by respective owners including Yahoo!, Microsoft, and
3 individual contributors. All rights reserved. Released under a BSD
4 license as described in the file LICENSE.
5  */
6 #pragma once
7 #include "parser.h"
8 #include "example.h"
9 
10 void unique_sort_features(uint64_t parse_mask, example* ae);
11 
12 void unique_features(features& fs, int max = -1);
the core definition of a set of features.
void unique_sort_features(uint64_t parse_mask, example *ae)
Definition: unique_sort.cc:33
void unique_features(features &fs, int max=-1)
Definition: unique_sort.cc:10