- q - Variable in class gov.sandia.cognition.learning.algorithm.perceptron.kernel.Forgetron.Result
-
The value of Q for the algorithm.
- Q - Variable in class gov.sandia.cognition.math.matrix.custom.DenseMatrix.QR
-
The orthonormal basis matrix
- qrDecompose() - Method in class gov.sandia.cognition.math.matrix.custom.DenseMatrix
-
Leverage LAPACK to compute the QR Decomposition of this.
- qtrng(double, double, double) - Static method in class gov.sandia.cognition.statistics.distribution.StudentizedRangeDistribution.APStat
-
Algorithm AS 190.1 Appl Statist (1983) Vol.32, No.2.
- qtrng0(double, double, double) - Static method in class gov.sandia.cognition.statistics.distribution.StudentizedRangeDistribution.APStat
-
Algorithm AS 190.2 Appl Statist (1983) Vol.32, No.2.
- Quadratic(double, double, double) - Constructor for class gov.sandia.cognition.learning.function.scalar.PolynomialFunction.Quadratic
-
Creates a new instance of Quadratic
- Quadratic(PolynomialFunction.Quadratic) - Constructor for class gov.sandia.cognition.learning.function.scalar.PolynomialFunction.Quadratic
-
Copy constructor
- QuadraticSoftMargin() - Constructor for class gov.sandia.cognition.learning.algorithm.perceptron.OnlinePassiveAggressivePerceptron.QuadraticSoftMargin
-
Creates a new QuadraticSoftMargin
with default parameters.
- QuadraticSoftMargin(double) - Constructor for class gov.sandia.cognition.learning.algorithm.perceptron.OnlinePassiveAggressivePerceptron.QuadraticSoftMargin
-
Creates a new QuadraticSoftMargin
with the given
aggressiveness.
- QuadraticSoftMargin(double, VectorFactory<?>) - Constructor for class gov.sandia.cognition.learning.algorithm.perceptron.OnlinePassiveAggressivePerceptron.QuadraticSoftMargin
-
Creates a new QuadraticSoftMargin
with the given parameters.
- Quadtree<DataType extends Vectorizable> - Class in gov.sandia.cognition.math.geometry
-
Implements the quadtree region-partitioning algorithm and data structure.
- Quadtree() - Constructor for class gov.sandia.cognition.math.geometry.Quadtree
-
Creates a new, empty Quadtree
.
- Quadtree(int) - Constructor for class gov.sandia.cognition.math.geometry.Quadtree
-
Creates a new, empty Quadtree
with the given split threshold.
- Quadtree(Rectangle2D.Double) - Constructor for class gov.sandia.cognition.math.geometry.Quadtree
-
Creates a new, empty Quadtree
with the given initial bounds.
- Quadtree(int, Rectangle2D.Double) - Constructor for class gov.sandia.cognition.math.geometry.Quadtree
-
Creates a new, empty Quadtree
with the given split threshold.
- Quadtree(Collection<? extends DataType>) - Constructor for class gov.sandia.cognition.math.geometry.Quadtree
-
Creates a new Quadtree
, populating it with the given items.
- Quadtree(int, Collection<? extends DataType>) - Constructor for class gov.sandia.cognition.math.geometry.Quadtree
-
Creates a new Quadtree
, populating it with the given items.
- Quadtree.Node - Class in gov.sandia.cognition.math.geometry
-
Represents a node in the quadtree.
- Quaternion - Interface in gov.sandia.cognition.math.matrix
-
Interface for a mathematical quaternion, which represents rotations using
four dimensions.