Package | Description |
---|---|
edu.ucla.sspace.esa | |
edu.ucla.sspace.matrix | |
edu.ucla.sspace.util |
Modifier and Type | Method and Description |
---|---|
SparseArray<String> |
ExplicitSemanticAnalysis.getDocumentDescriptors(Vector documentVector)
Returns a
SparseArray containing document labels for any non zero
value in the given Vector . |
Modifier and Type | Method and Description |
---|---|
int |
ClutoSparseMatrixBuilder.addColumn(SparseArray<? extends Number> row)
Adds the
double values in the array to the underlying matrix,
updating the dimensions as necessary and returning the index at which the
column was added. |
int |
SvdlibcSparseBinaryMatrixBuilder.addColumn(SparseArray<? extends Number> column)
Adds the
double values in the array to the underlying matrix,
updating the dimensions as necessary and returning the index at which the
column was added. |
int |
MatrixBuilder.addColumn(SparseArray<? extends Number> column)
Adds the
double values in the array to the underlying matrix,
updating the dimensions as necessary and returning the index at which the
column was added. |
int |
MatlabSparseMatrixBuilder.addColumn(SparseArray<? extends Number> column)
Adds the
double values in the array to the underlying matrix,
updating the dimensions as necessary and returning the index at which the
column was added. |
int |
ClutoDenseMatrixBuilder.addColumn(SparseArray<? extends Number> row)
Adds the
double values in the array to the underlying matrix,
updating the dimensions as necessary and returning the index at which the
column was added. |
Modifier and Type | Interface and Description |
---|---|
interface |
SparseNumericArray<T extends Number>
A interface for array-like classes that use a sparse internal representation
for numeric values.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerMap<V>
A space-optimized map for associating integer keys with values, which also
doubles as a sparse object array.
|
class |
SparseDoubleArray
A sparse
double array. |
class |
SparseHashArray<T>
A sparse array backed by a
HashMap . |
class |
SparseIntArray
A sparse
int array. |
class |
SparseIntHashArray
A sparse
int array. |
class |
SparseLongArray
A sparse
long array. |
Copyright © 2012. All Rights Reserved.