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

A

activationFunction - Variable in class io.bhagat.ai.supervised.NeuralNetwork
the activation function
activationFunction - Variable in class io.bhagat.ai.supervised.Perceptron
The activation function that is run on the output data to constrain the data to known limits
add(double) - Method in class io.bhagat.math.linearalgebra.Vector
adds a scalar to each value in the Vector
add(int, Double) - Method in class io.bhagat.math.statistics.QuantitativeDataList
 
add(Matrix) - Method in class io.bhagat.math.linearalgebra.Matrix
performs element wise addition
add(Vector) - Method in class io.bhagat.math.linearalgebra.Vector
Performs element wise addition
add(Double) - Method in class io.bhagat.math.statistics.QuantitativeDataList
 
add(S) - Method in interface io.bhagat.math.linearalgebra.VectorSpace.VectorSpacable
 
addAll(int, Collection<? extends Double>) - Method in class io.bhagat.math.statistics.QuantitativeDataList
 
addAll(Collection<? extends Double>) - Method in class io.bhagat.math.statistics.QuantitativeDataList
 
addNumber(double) - Method in class io.bhagat.math.statistics.QuantitativeDataList
adds a number to each number in the list
Agent - Class in io.bhagat.ai.reinforced
a class for a reinforcement learning agent
Agent() - Constructor for class io.bhagat.ai.reinforced.Agent
 
append(String) - Method in class io.bhagat.util.FileHandler
Write to the file specified in the constructor
append(String, String) - Static method in class io.bhagat.util.FileHandler
Appends the text to the end of the file specified by the path
ArrayUtil - Class in io.bhagat.util
A few of Utility methods for Arrays and ArrayLists
ArrayUtil() - Constructor for class io.bhagat.util.ArrayUtil
 
ArrayUtil.InvalidSizeException - Exception in io.bhagat.util
An exception for when the array or list has the wrong size
asLinearCombination(S...) - Method in interface io.bhagat.math.linearalgebra.VectorSpace.VectorSpacable
 
average() - Method in class io.bhagat.math.statistics.QuantitativeDataList
computes the average of all the data
averageValue(Function<Double, Double>, double, double) - Static method in class io.bhagat.math.calculus.Calculus
finds the average value of a function in an interval using the mean value theorem for integrals
averageValue(Function<Double, Double>, Interval) - Static method in class io.bhagat.math.calculus.Calculus
finds the average value of a function in an interval using the mean value theorem for integrals
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