scagnosticsFor
function scagnosticsFor( hdIn, ldIn, opts?): Scagnostics;Defined in: scagnostics/index.ts:290
scagnostics, with a check that the projection matches the data it came from. Scagnostics ignore the high-dimensional side.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
hdIn | PointsInput |
ldIn | PointsInput |
opts? | ScagnosticsOptions |
Returns
Section titled “Returns”Example
Section titled “Example”import { scagnosticsFor } from "@saehrimnir/sickle";
// Same as `scagnostics(projection)`, plus a check that the projection really// describes the same points as the data it came from.scagnosticsFor(data, projection).clumpy; // 0.9219