Interpolation expose ending refinement interations to othre fn
This commit is contained in:
@@ -32,6 +32,7 @@ export default function(sampleSet, remainderSet, distanceFn) {
|
||||
if (index !== -1)
|
||||
sampleSubsetDistanceCache[index] = dist;
|
||||
}
|
||||
placeNearToNearestNeighbour(node, nearestSample, minDist, sampleSubset, sampleSubsetDistanceCache);
|
||||
|
||||
placeNearToNearestNeighbour(node, nearestSample, minDist, sampleSubset, sampleSubsetDistanceCache, endingIts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user