Package | Description |
---|---|
edu.ucla.sspace.vector |
Modifier and Type | Class and Description |
---|---|
class |
CompactSparseVector
A
Vector instance that keeps only the non-zero values in memory,
thereby saving space at the expense of time. |
class |
DenseVector
A
Vector where all values are held in memory. |
Copyright © 2012. All Rights Reserved.