edu.stanford.nlp.maxent.iis
Class BinaryFeatures

java.lang.Object
  |
  +--edu.stanford.nlp.maxent.iis.Features
        |
        +--edu.stanford.nlp.maxent.iis.BinaryFeatures

public class BinaryFeatures
extends Features


Constructor Summary
BinaryFeatures()
           
BinaryFeatures(String filename, Experiments domain)
           
 
Methods inherited from class edu.stanford.nlp.maxent.iis.Features
add, clean, get, print, read, removeLast, save, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFeatures

public BinaryFeatures()

BinaryFeatures

public BinaryFeatures(String filename,
                      Experiments domain)


Stanford NLP Group