Package | Description |
---|---|
edu.ucla.sspace.vector |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDoubleVector
An abstract base class that provides default implementations of common
methods in
DoubleVector . |
class |
AbstractIntegerVector
An abstract base class that provides default implementations of common
methods in
IntegerVector . |
class |
CompactSparseIntegerVector
A sparse
IntegerVector class whose data is back by a compact sparse
array. |
class |
CompactSparseVector
A
Vector instance that keeps only the non-zero values in memory,
thereby saving space at the expense of time. |
class |
DenseIntVector
An
IntegerVector class whose data is back by an array. |
class |
DenseVector
A
Vector where all values are held in memory. |
class |
SparseHashIntegerVector
A
SparseVector implementation backed by a HashMap . |
class |
SparseHashVector<T extends Number>
A
SparseVector implementation backed by a HashMap . |
Copyright © 2012. All Rights Reserved.