Uses of Class
edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction

Packages that use LabeledBinaryExtraction
edu.washington.cs.knowitall.extractor.conf   
 

Uses of LabeledBinaryExtraction in edu.washington.cs.knowitall.extractor.conf
 

Methods in edu.washington.cs.knowitall.extractor.conf that return types with arguments of type LabeledBinaryExtraction
 Iterable<LabeledBinaryExtraction> LabeledBinaryExtractionReader.readExtractions()
           
 

Methods in edu.washington.cs.knowitall.extractor.conf with parameters of type LabeledBinaryExtraction
 void LabeledBinaryExtractionWriter.writeExtraction(LabeledBinaryExtraction extr)
          Writes the given labeled extraction to the output stream.
 

Method parameters in edu.washington.cs.knowitall.extractor.conf with type arguments of type LabeledBinaryExtraction
 void LabeledBinaryExtractionWriter.writeExtractions(Iterable<LabeledBinaryExtraction> extrs)
          Writes the given labeled extractions to the output stream.
 

Constructor parameters in edu.washington.cs.knowitall.extractor.conf with type arguments of type LabeledBinaryExtraction
ReVerbOpenNlpClassifierTrainer(Iterable<LabeledBinaryExtraction> examples)
          Constructs and trains a new Logistic classifier using the given examples.
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.