Example usage for edu.stanford.nlp.optimization DiffFunction interface-usage

List of usage examples for edu.stanford.nlp.optimization DiffFunction interface-usage

Introduction

In this page you can find the example usage for edu.stanford.nlp.optimization DiffFunction interface-usage.

Usage

From source file HOCRF.Function.java

/**
 * Loglikelihood function class
 * @author Nguyen Viet Cuong
 */
public class Function implements DiffFunction {

From source file hofastcrf.Function.java

/**
 * The class that estimates the feature weights.
 * @author Hiroshi Manabe
 */
public class Function implements DiffFunction {

From source file HOSemiCRF.Function.java

/**
 * Loglikelihood function class
 * @author Nguyen Viet Cuong
 */
public class Function implements DiffFunction {