neureka.backend.main.operations.functions.GaussianFast Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neureka Show documentation
Show all versions of neureka Show documentation
A platform independent tensor library written in Java.
The newest version!
package neureka.backend.main.operations.functions;
import neureka.backend.main.implementations.fun.api.ScalarFun;
public class GaussianFast extends AbstractActivationOperation
{
public GaussianFast() {
super(ScalarFun.GAUSSIAN_FAST);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy