Skip to content

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.

ParameterType
hdInPointsInput
ldInPointsInput
opts?ScagnosticsOptions

Scagnostics

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