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

com.github.chen0040.mlp.functions.TransferFunction Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.github.chen0040.mlp.functions;

/**
 * Created by xschen on 21/8/15.
 */
public interface TransferFunction extends Cloneable {
    double calculate(double x);

    double gradient(double hx, double y);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy