public class Stats extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
dims |
int |
maxDepth |
int |
maxLevel |
int |
maxNodeSize |
int |
minLevel |
long |
nDistCalc |
long |
nDistCalc1NN |
long |
nDistCalcKNN |
int |
nEntries |
int |
nInner |
int |
nLeaf |
int |
nNodes |
double |
sumLevel |
| Modifier | Constructor and Description |
|---|---|
protected |
Stats(long nDistCalc,
long nDistCalc1NN,
long nDistCalcKNN) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDims() |
int |
getEntryCount() |
int |
getInnerNodeCount() |
int |
getLeafNodeCount() |
int |
getMaxDepth() |
int |
getMaxNodeSize() |
long |
getNDistCalc() |
long |
getNDistCalc1NN() |
long |
getNDistCalcKNN() |
int |
getNodeCount() |
String |
toString() |
public int dims
public int nEntries
public int nNodes
public int minLevel
public int maxLevel
public int maxDepth
public double sumLevel
public int maxNodeSize
public int nLeaf
public int nInner
public long nDistCalc
public long nDistCalc1NN
public long nDistCalcKNN
public int getDims()
public int getMaxDepth()
public int getEntryCount()
public int getNodeCount()
public int getMaxNodeSize()
public int getLeafNodeCount()
public int getInnerNodeCount()
public long getNDistCalc()
public long getNDistCalc1NN()
public long getNDistCalcKNN()
Copyright © 2018. All rights reserved.