edu.stanford.nlp.optimization
Interface HasRegularizerParamRange

All Known Implementing Classes:
CRFNonLinearLogConditionalObjectiveFunction

public interface HasRegularizerParamRange

Indicates that an minimizer supports evaluation periodically

Author:
Mengqiu Wang

Method Summary
 java.util.Set<java.lang.Integer> getRegularizerParamRange(double[] x)
           
 

Method Detail

getRegularizerParamRange

java.util.Set<java.lang.Integer> getRegularizerParamRange(double[] x)


Stanford NLP Group