Class CFVectorSpace
java.lang.Object
io.nosqlbench.virtdata.lib.vectors.dnn.circlefield.CFVectorSpace
-
Field Details
-
size
public final int sizeThe size determines the cardinality of unique vectors within this space. It is the maximum value exclusive, or the next value after the maximum value included in the set of ordinals. -
bits
public final int bitsThe number of bits which are needed to represent the maximum value. -
mask
public final int maskA mask which is used to limit the counting resolution to the bit size;
-
-
Constructor Details
-
CFVectorSpace
public CFVectorSpace(int size)
-
-
Method Details
-
mask
public int mask() -
bits
public int bits() -
minIncluded
public int minIncluded() -
maxExcluded
public int maxExcluded() -
toString
-