edu.stanford.nlp.maxent.iis
Class LambdaSolveBinary

java.lang.Object
  |
  +--edu.stanford.nlp.maxent.iis.LambdaSolve
        |
        +--edu.stanford.nlp.maxent.iis.LambdaSolveBinary

public class LambdaSolveBinary
extends LambdaSolve


Field Summary
 
Fields inherited from class edu.stanford.nlp.maxent.iis.LambdaSolve
eps, fixedFnumXY, fnumArr, ftieldArr, lambda, lambda_converged, newtonerr, p, probConds, smooth, zlambda
 
Method Summary
static void main(String[] arg)
          With arguments, this will print out the lambda paramters of a bunch of .lam files (which are assumed to all be the same size).
 
Methods inherited from class edu.stanford.nlp.maxent.iis.LambdaSolve
checkCorrectness, fnum, getDerivatives, ImprovedIterative, ImprovedIterative, logLikelihood, logLikelihoodScratch, pcond, print, read, save_lambdas, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] arg)
Description copied from class: LambdaSolve
With arguments, this will print out the lambda paramters of a bunch of .lam files (which are assumed to all be the same size).



Stanford NLP Group