A C D E F G H I J K L M N P Q R S T V W X Y Z

R

randomGaussianMatrix(int, int) - Static method in class com.gregdennis.drej.Matrices
Returns a matrix with the specified number of rows and columns where each element is randomly chosen from a Gaussian ("normal") distribution with mean 0.0 and standard deviation 1.0.
randomGaussianVector(int) - Static method in class com.gregdennis.drej.Matrices
Returns a vector of the given size where each element is randomly chosen from a Gaussian ("normal") distribution with mean 0.0 and standard deviation 1.0.
randomUniformMatrix(int, int) - Static method in class com.gregdennis.drej.Matrices
Returns a matrix with the specified number of rows and columns where each element is randomly chosen from a uniform distribution on the interval [0, 1].
randomUniformVector(int) - Static method in class com.gregdennis.drej.Matrices
Returns a vector of the given size where each element is randomly chosen from a uniform distribution on the interval [0, 1].
Regression - Class in com.gregdennis.drej
A least-squares regression, also known as a regularized least squares classification.
Representer - Class in com.gregdennis.drej
A representer function with a kernel K(x1, x2), a set of training data points (d1, d2, …, dn), and a vector (c1, c2, …, cn) of coefficients.
Representer(Kernel, GMatrix, GVector) - Constructor for class com.gregdennis.drej.Representer
Constructs a new representer with the specified kernel, data matrix, and coefficients.
rotX(double) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotX(float) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotX(double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the x axis.
rotX(float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the x axis.
rotY(double) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotY(float) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotY(double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the y axis.
rotY(float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the y axis.
rotZ(double) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix to a counter clockwise rotation about the z axis.
rotZ(float) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix to a counter clockwise rotation about the z axis.
rotZ(double) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix to a counter-clockwise rotation about the z axis.
rotZ(float) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix to a counter clockwise rotation about the z axis.

A C D E F G H I J K L M N P Q R S T V W X Y Z