Skip to content

ScagnosticsOptions

Defined in: scagnostics/index.ts:70

PropertyTypeDescriptionDefined in
isBinned?booleanSkip binning and treat the input points as the sites.scagnostics/index.ts:80
isNormalized?booleanSkip normalisation, if the data is already on [0,1].scagnostics/index.ts:78
maxBins?numberUpper end of the target bin-count window. Default 500.scagnostics/index.ts:76
minBins?numberLower end of the target bin-count window. Default 50.scagnostics/index.ts:74
outlyingUpperBound?numberOverride the long-edge threshold used for outlier removal and the alpha hull.scagnostics/index.ts:82
startBinGridSize?numberGrid resolution the binning search starts from. Default 40.scagnostics/index.ts:72