statLeafNodeVisitedOrder.add(node.getBucket().getBucketID(),statVisitedLeaves.get());// Set the ordinal number of accessing this bucket (statVisitedLeaves is zeroed before starting each operation)
statDistanceToKNNCandidate.add(node.getBucket().getBucketID(),(long)(kNNOper.getAnswerDistance()*1000f));// Distance to k-th nearest candidate
statLeafNodeVisitedOrder.add(bucketID,bucketAccessOrderNo);// Set the ordinal number of accessing this bucket (statVisitedLeaves is zeroed before starting each operation)
statDistanceToKNNCandidate.add(bucketID,(long)(kNNOper.getAnswerDistance()*1000f));// Distance to k-th nearest candidate