Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
model-combine-shards.C File Reference

Combine the model shards output from the Model Merging Reducer. More...

#include <cstdio>
#include <iostream>
#include <string>
#include <memory>
#include <math.h>
#include <unistd.h>
#include "../proto/data.pb.h"
#include "../proto/dataio.h"
#include "../proto/model.pb.h"
#include "../utils/kdebug.h"
#include "candidate.H"
#include "candidate-set.H"
#include "candidate-set-iterator.H"
#include "candidate-set-reader.H"
#include "factory.H"
#include "model-merge-reducer.H"
#include "model-reader.H"

Go to the source code of this file.

Macros

#define DEFAULT_MODEL_PROTO_READER_SPEC   "PerceptronModelProtoReader()"
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Combine the model shards output from the Model Merging Reducer.

Author
kbhal.nosp@m.l@go.nosp@m.ogle..nosp@m.com (Keith Hall)

Definition in file model-combine-shards.C.

Macro Definition Documentation

#define DEFAULT_MODEL_PROTO_READER_SPEC   "PerceptronModelProtoReader()"

Definition at line 54 of file model-combine-shards.C.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 61 of file model-combine-shards.C.