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

io.github.NavjotSRakhra.neuralNetwork.matrix.MatrixMapper Maven / Gradle / Ivy

The newest version!
package io.github.NavjotSRakhra.neuralNetwork.matrix;

@FunctionalInterface
public interface MatrixMapper {
    public double map(double element);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy