public class NeighborHashValueModel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double[] |
H
Hash values of query object.
|
double[] |
mean
Mean of hash values of neighbors.
|
double[] |
var
Variance of hash values of neighbors.
|
| Constructor and Description |
|---|
NeighborHashValueModel(double[] H,
double[] mean,
double[] var)
Constructor.
|