A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- NeuralNetwork - Class in io.bhagat.ai.supervised
-
a class for a Neural Network that will take in inputs and send them through difference layers and generate outputs
- NeuralNetwork(int...) - Constructor for class io.bhagat.ai.supervised.NeuralNetwork
-
Creates a NeuralNetwork with a specified shape
- NeuralNetwork(SerializableFunction<Double, Double>, int...) - Constructor for class io.bhagat.ai.supervised.NeuralNetwork
-
Creates a NeuralNetwork with a specified shape
- newArrayFromArrayList(ArrayList<E>, E[]) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates an array from an
ArrayList - newArrayList(boolean...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(byte...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(char...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(double...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(float...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(int...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(long...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(short...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - newArrayList(E...) - Static method in class io.bhagat.util.ArrayUtil
-
This method creates a new
ArrayListwith the elements specified by the parameters passed into the method - NormalDistribution - Class in io.bhagat.math.statistics
-
An object that uses the equation for a normal distribute to calculate values
- NormalDistribution(double, double) - Constructor for class io.bhagat.math.statistics.NormalDistribution
-
Constructs a new normal distribution
- NormalDistribution(QuantitativeDataList) - Constructor for class io.bhagat.math.statistics.NormalDistribution
-
fits a normal distribution to a quantitative data list
- normalize() - Method in class io.bhagat.math.linearalgebra.Vector
- numOfInputs - Variable in class io.bhagat.ai.supervised.NeuralNetwork
-
the number of inputs
- numOfOutputs - Variable in class io.bhagat.ai.supervised.NeuralNetwork
-
the number of outputs
- numsOfHiddens - Variable in class io.bhagat.ai.supervised.NeuralNetwork
-
the number of hidden nodes in each hidden layer
All Classes All Packages