public interface IntegerVectorGenerator<T extends IntegerVector> extends Generator<T>
IntegerVector
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 IntegerVector>
length
- the length of the index vectorCopyright © 2012. All Rights Reserved.