Uses of Class
org.tribuo.math.la.DenseSparseMatrix
Package
Description
Provides a linear algebra system used for numerical operations in Tribuo.
Provides math related util classes.
-
Uses of DenseSparseMatrix in org.tribuo.math.la
Modifier and TypeMethodDescriptionDenseSparseMatrix.copy()
static DenseSparseMatrix
DenseSparseMatrix.createFromSparseVectors
(SparseVector[] values) Defensively copies the values.ModifierConstructorDescriptionCreates a new DenseSparseMatrix by deep copying the supplied DenseSparseMatrix. -
Uses of DenseSparseMatrix in org.tribuo.math.util
Modifier and TypeMethodDescriptionHeapMerger.merge
(DenseSparseMatrix[] inputs) MatrixHeapMerger.merge
(DenseSparseMatrix[] inputs) Merger.merge
(DenseSparseMatrix[] inputs) Merges an array of DenseSparseMatrix into a single DenseSparseMatrix.Modifier and TypeMethodDescriptionHeapMerger.merge
(DenseSparseMatrix[] inputs) MatrixHeapMerger.merge
(DenseSparseMatrix[] inputs) Merger.merge
(DenseSparseMatrix[] inputs) Merges an array of DenseSparseMatrix into a single DenseSparseMatrix.