Package edu.stanford.nlp.maxent.iis

This package contains an implementation of Improved Iterative Scaling.

See:
          Description

Class Summary
LambdaSolve This is the main class that does the core computation in IIS.
 

Package edu.stanford.nlp.maxent.iis Description

This package contains an implementation of Improved Iterative Scaling. It has supporting data structures, such as Experiments and Features. To use iterative scaling, you should must create a LambdaSolve object and call ImprovedIterative() on it.