edu.stanford.nlp.maxent.iis
Class BinaryProblem

java.lang.Object
  |
  +--edu.stanford.nlp.maxent.iis.Problem
        |
        +--edu.stanford.nlp.maxent.iis.BinaryProblem

public class BinaryProblem
extends Problem


Field Summary
 
Fields inherited from class edu.stanford.nlp.maxent.iis.Problem
data, exSize, fSize, functions
 
Constructor Summary
BinaryProblem()
           
BinaryProblem(String filename)
          The format of the file is with the XML tags.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class edu.stanford.nlp.maxent.iis.Problem
add, print, print, removeLast
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryProblem

public BinaryProblem()

BinaryProblem

public BinaryProblem(String filename)
The format of the file is with the XML tags.

Method Detail

main

public static void main(String[] args)


Stanford NLP Group