Skip to content

Commit 8179e57

Browse files
committed
Rebuilding trees after removing outlying points.
1 parent cafccb1 commit 8179e57

39 files changed

+8248
-31388
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ You may use default scagnostics options or you can optionally pass an `options`
260260
decrementB: 0,
261261
distanceWeights: [0.5, 0.5, 0.5, 1, 1, 1, 1, 1, 1, 0.5]
262262
};
263-
let scag = new scagnostics3d(points, options);
263+
let scag = new scagnosticsnd(points, options);
264264
```
265265
#### Normalized points
266266
* `scag.normalizedPoints` returns an array of nD points after normalized to the range `[0, 1]`. Each point will contain a `data` field that passed from the original point (if you assigned one), so you could use to get back the information from the original point.

scagnosticsnd/build/js/outliagnosticsnd.min.js

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/build/js/scagnosticsnd.min.js

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/node_modules/@types/estree/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/node_modules/@types/estree/README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/node_modules/@types/estree/index.d.ts

Lines changed: 32 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/node_modules/@types/estree/package.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/node_modules/@types/node/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/node_modules/@types/node/README.md

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scagnosticsnd/node_modules/@types/node/index.d.ts

Lines changed: 22 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)