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
C
- C - Variable in class io.bhagat.ai.unsupervised.PrincipalComponentAnalysis
- Calculus - Class in io.bhagat.math.calculus
-
A class containing many of the calculus operations
- Calculus() - Constructor for class io.bhagat.math.calculus.Calculus
- callback - Variable in class io.bhagat.server.Client
- callback - Variable in class io.bhagat.server.Server
- centerData(Matrix) - Static method in class io.bhagat.ai.unsupervised.PrincipalComponentAnalysis
-
Centers the data from the matrix X at the column mean
- clean() - Method in class io.bhagat.math.statistics.QuantitativeDataList
-
removes all the outliers
- Client - Class in io.bhagat.server
- Client(String, int) - Constructor for class io.bhagat.server.Client
- clone() - Method in class io.bhagat.math.linearalgebra.Matrix
-
Clones this matrix with a new memory allocation
- clone() - Method in class io.bhagat.math.linearalgebra.Vector
- clone() - Method in class io.bhagat.math.statistics.QuantitativeDataList
-
creates another QualitativeDataList in a separate memory location
- clone(Vector) - Static method in class io.bhagat.math.linearalgebra.Vector
-
static clone function that calls the clone function of a vector
- close() - Method in class io.bhagat.server.Client
- close() - Method in class io.bhagat.server.Server
- close() - Method in class io.bhagat.server.Server.ServerThread
- clusters - Variable in class io.bhagat.ai.unsupervised.KMeans
- cofactor() - Method in class io.bhagat.math.linearalgebra.Matrix
-
Finds the cofactor of the matrix
- cofactor(Matrix) - Static method in class io.bhagat.math.linearalgebra.Matrix
-
finds the cofactor of a matrix
- columns - Variable in class io.bhagat.math.linearalgebra.Matrix
-
the number of columns in the matrix;
- combine(E[], E[], E[]) - Static method in class io.bhagat.util.ArrayUtil
-
combine two arrays into a third array
- compareTo(Matrix) - Method in class io.bhagat.math.linearalgebra.Matrix
-
compares two matrices by determinant
- compareTo(Vector) - Method in class io.bhagat.math.linearalgebra.Vector
-
compares two vectors by determinant
- connection - Variable in class io.bhagat.server.Client
- connection - Variable in class io.bhagat.server.Server.ConnectionIndex
- connection - Variable in class io.bhagat.server.Server.ServerThread
- connectionIndex - Variable in class io.bhagat.server.Server.ServerThread
- ConnectionIndex(Socket, Server.ServerThread, Server) - Constructor for class io.bhagat.server.Server.ConnectionIndex
- coordinateVector(E) - Method in class io.bhagat.math.linearalgebra.VectorSpace
- copy(E[], E[]) - Static method in class io.bhagat.util.ArrayUtil
-
Copies one array into another
- copy(ArrayList<E>) - Static method in class io.bhagat.util.ArrayUtil
-
Copies the list into a new
ArrayListat a different memory location - covarianceMatrix(Matrix) - Static method in class io.bhagat.ai.unsupervised.PrincipalComponentAnalysis
-
creates the covariance matrix for the data
- CRAMARS_RULE - Static variable in class io.bhagat.math.linearalgebra.LinearEquationSolver
-
constant for Cramar's Rule
- cramarsRule(Matrix, Vector, ArrayList<String>) - Static method in class io.bhagat.math.linearalgebra.LinearEquationSolver
-
computes the solutions of the matrix equation Ax=b using cramar's rule
- create(double[][], double[][]) - Static method in class io.bhagat.ai.supervised.DataSet
-
creates a dataset from arrays of inputs and outputs
- createMatrix(byte[]) - Static method in class io.bhagat.ai.unsupervised.PrincipalComponentAnalysis
-
creates a matrix from a byte array
- createSimulation() - Method in class io.bhagat.math.statistics.Distribution
-
creates the simulation represented by this distribution
- createSimulation() - Method in class io.bhagat.math.statistics.DoubleDistribution
-
creates the simulation represented by this distribution
- createSimulation() - Method in class io.bhagat.math.statistics.NormalDistribution
-
creates the simulation represented by this distribution
- cross(Vector...) - Static method in class io.bhagat.math.linearalgebra.Vector
-
computes the cross product of the input vectors
- CrossProductMatrix(double[][]) - Constructor for class io.bhagat.math.linearalgebra.Vector.CrossProductMatrix
- curNumOfDimensions - Variable in class io.bhagat.ai.unsupervised.PrincipalComponentAnalysis
-
the current number of dimensions
All Classes All Packages