Java edu.stanford.nlp.classify ColumnDataClassifier fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.classify ColumnDataClassifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.classify ColumnDataClassifier.

The text is from its open source code.

Constructor

ColumnDataClassifier(String filename)
Construct a ColumnDataClassifier.
ColumnDataClassifier(Properties props)
Construct a ColumnDataClassifier.
ColumnDataClassifier(Pair> flagsClassifierPair)
Construct a ColumnDataClassifier.

Method

ClassifiermakeClassifier(GeneralDataset train)
Creates a classifier from training data.
DatummakeDatumFromLine(String line)
Entry point for taking a String (formatted as a line of a TSV file) and translating it into a Datum of features.
GeneralDatasetreadTrainingExamples(String fileName)
Read a set of training examples from a file, and return the data in a featurized form.