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
L
- learingRate - Variable in class io.bhagat.ai.supervised.NeuralNetwork
-
the learning rate
- learningRate - Variable in class io.bhagat.ai.supervised.Perceptron
-
The step that it takes in the direction of the error
- learningRateFactor - Variable in class io.bhagat.ai.supervised.Perceptron
-
A factor that the learning rate is multiplied with each time the perceptron is trained
- LinearEquation - Class in io.bhagat.math.linearalgebra
-
A class for linear equations
- LinearEquation(String, String...) - Constructor for class io.bhagat.math.linearalgebra.LinearEquation
-
Constructs a Linear Equation object from a string equation and a list of variables
- LinearEquation.Term - Class in io.bhagat.math.linearalgebra
-
A class for each term in the equation
- LinearEquationSolver - Class in io.bhagat.math.linearalgebra
-
a class to solve linear equations
- LinearEquationSolver() - Constructor for class io.bhagat.math.linearalgebra.LinearEquationSolver
- LinearEquationSolver.ImproperNumberOfEquationsException - Exception in io.bhagat.math.linearalgebra
-
An exception for not giving the same amount of variables and equations
- lowerBound - Variable in class io.bhagat.math.Interval
-
the lower bound
All Classes All Packages