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

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

Introduction

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

The text is from its open source code.

Field

Method

RVFDatumgetRVFDatum(int index)
intnumClasses()
voidprintSVMLightFormat(PrintWriter pw)
Print SVM Light Format file.
Pair,GeneralDataset>split(double fractionSplit)
Divide out a (devtest) split from the start of the dataset and the rest of it (as a training set).