Package | Description |
---|---|
org.tribuo.math.la |
Provides a linear algebra system used for numerical operations in Tribuo.
|
org.tribuo.math.util |
Provides math related util classes.
|
Modifier and Type | Method and Description |
---|---|
static DenseSparseMatrix |
DenseSparseMatrix.createFromSparseVectors(SparseVector[] values)
Defensively copies the values.
|
Constructor and Description |
---|
DenseSparseMatrix(DenseSparseMatrix other) |
Modifier and Type | Method and Description |
---|---|
DenseSparseMatrix |
Merger.merge(DenseSparseMatrix[] inputs)
Merges an array of DenseSparseMatrix into a single DenseSparseMatrix.
|
DenseSparseMatrix |
MatrixHeapMerger.merge(DenseSparseMatrix[] inputs) |
DenseSparseMatrix |
HeapMerger.merge(DenseSparseMatrix[] inputs) |
Modifier and Type | Method and Description |
---|---|
DenseSparseMatrix |
Merger.merge(DenseSparseMatrix[] inputs)
Merges an array of DenseSparseMatrix into a single DenseSparseMatrix.
|
DenseSparseMatrix |
MatrixHeapMerger.merge(DenseSparseMatrix[] inputs) |
DenseSparseMatrix |
HeapMerger.merge(DenseSparseMatrix[] inputs) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.