All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.nlp.optimization.HasRegularizerParamRange Maven / Gradle / Ivy

Go to download

Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.

The newest version!
package edu.stanford.nlp.optimization;

import java.util.Set;

/**
 * Indicates that a Function should only be regularized on a subset
 * of its parameters.
 *
 * @author Mengqiu Wang
 */
public interface HasRegularizerParamRange {

  Set getRegularizerParamRange(double[] x);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy