public interface DoubleVectorGenerator<T extends DoubleVector> extends Generator<T>
DoubleVector
s. The main purpose of this of this class is to allow any
algorithm that makes use of some sort of random vector, such as Random
Indexing, can easily swap out the type of indexing used for experimentation
purposes.T generate()
VectorVector
with the provided length.generate
in interface Generator<T extends DoubleVector>
length
- the length of the index vectorCopyright © 2012. All Rights Reserved.