Package | Description |
---|---|
edu.ucla.sspace.matrix | |
edu.ucla.sspace.util |
Modifier and Type | Class and Description |
---|---|
class |
SparseHashMatrix
A
SparseMatrix backed by vectors that provide amortized O(1) access
to their elements. |
class |
SparseSymmetricMatrix
A decorator around a
SparseMatrix that keeps only the upper
triangular values while providing a symmetric view of the data. |
class |
SymmetricMatrix
A symmetric dense matrix that only stores the values of the lower triangular.
|
Modifier and Type | Class and Description |
---|---|
class |
SemanticSpaceMatrix
A
Matrix implementation whose data is backed by a SemanticSpace . |
Copyright © 2012. All Rights Reserved.