Index

A B C D E F G H I K L M N O P R S T U V W Z 
All Classes|All Packages|Constant Field Values

A

accuracy(double[][], double[][]) - Static method in class com.jml.core.Metrics
Computes the accuracy between predictions and the true targets.
accuracy(double[], double[]) - Static method in class com.jml.core.Metrics
Computes the accuracy between predictions and the true targets.
accuracy(int[], int[]) - Static method in class com.jml.core.Metrics
Computes the accuracy between predictions and the true targets.
ACTIVATION - Enum constant in enum class com.jml.neural_network.ModelTags
 
ActivationFunction - Interface in com.jml.neural_network.activations
An interface for activation functions.
Activations - Class in com.jml.neural_network.activations
A class which contains methods for geting various pre-made activation functions for use in neural network layers.
Activations() - Constructor for class com.jml.neural_network.activations.Activations
 
Adam - Class in com.jml.optimizers
The Adam (Adaptive Moment Estimation) optimizer.
Adam(double, double, double) - Constructor for class com.jml.optimizers.Adam
Creates a Adam optimizer with specified learning rate and parameters.
add(BaseLayer) - Method in class com.jml.neural_network.NeuralNetwork
Adds specified layer to the network.

The first layer must have a specified input dimension that matches the number of columns of a feature array that will be used in the NeuralNetwork.fit(double[][], double[][]) method.
ArrayErrors - Class in com.jml.util
 
ArrayErrorsTest - Class in com.jml.util
 
ArrayErrorsTest() - Constructor for class com.jml.util.ArrayErrorsTest
 
ArrayUtils - Class in com.jml.util
 
ArrayUtils() - Constructor for class com.jml.util.ArrayUtils
 
asString(double[]) - Static method in class com.jml.util.ArrayUtils
Converts the array to a string.
asString(double[][]) - Static method in class com.jml.util.ArrayUtils
Converts the array to a string.
asString(int[]) - Static method in class com.jml.util.ArrayUtils
Converts the array to a string.
asString(int[][]) - Static method in class com.jml.util.ArrayUtils
Converts the array to a string.
asString(Object[]) - Static method in class com.jml.util.ArrayUtils
Converts the array to a string.
asString2D(Object[][]) - Static method in class com.jml.util.ArrayUtils
Converts the array to a string.
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes|All Packages|Constant Field Values