Fix token errors
This commit is contained in:
@@ -26,7 +26,7 @@ export default function(sampleSet, remainderSet, distanceFn, endingIts) {
|
||||
// For each datapoint "node" to be interpolated
|
||||
for (let i = remainderSet.length-1; i>=0; i--) {
|
||||
let
|
||||
node = remainderSet[i],,
|
||||
node = remainderSet[i],
|
||||
nearestSample, minDist, sample, dist, index;
|
||||
|
||||
// For each datapoint "sample" in the sample set
|
||||
|
||||
Reference in New Issue
Block a user