| Home | Trees | Indices | Help |
|
|---|
|
|
A dictionary-based representation of a one-dimensional vector
|
|||
|
|||
| Key[] |
|
||
|
|||
|
|||
|
|||
array
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| KeyedVector |
|
||
|
|||
| a new KeyedVector instance |
|
||
|
|||
| bool |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Now deprecated because of irrelevance. Used to update the internal numeric representation based on the current dictionary contents |
Adds new slots to this vector
Warning: Assumes that keys are sorted! |
|
|
Scales this vector so that the highest absolute weight is 1 Warning: throws exception if the vector is all 0s |
Fills in any missing slots with a default value (it's really just a call to addColumns now)
Note: does not overwrite existing values |
Substitutes values for any abstract references, using the given substitution table
|
Substitutes values for any abstract references, using the given substitution table
|
Composes the two vectors together using the given operator
|
Locks in the dimensions and keys of this vector. A frozen vector leads to faster math. |
Unlocks the dimensions and keys of this vector
|
Warning: assumes that your vectors are aligned |
Extracts the distribution from the given XML element
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:47:35 2009 | http://epydoc.sourceforge.net |