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

maths.functions.IRegularizerFunction Maven / Gradle / Ivy

The newest version!
package maths.functions;

/**
 * General interface for defining regularization functions
 */
public interface IRegularizerFunction extends IFunction {

    /**
     * Returns the value of the regularizer
     */
    Double evaluate(Void input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy