ScagnosticsOptions
Defined in: scagnostics/index.ts:70
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
isBinned? | boolean | Skip binning and treat the input points as the sites. | scagnostics/index.ts:80 |
isNormalized? | boolean | Skip normalisation, if the data is already on [0,1]. | scagnostics/index.ts:78 |
maxBins? | number | Upper end of the target bin-count window. Default 500. | scagnostics/index.ts:76 |
minBins? | number | Lower end of the target bin-count window. Default 50. | scagnostics/index.ts:74 |
outlyingUpperBound? | number | Override the long-edge threshold used for outlier removal and the alpha hull. | scagnostics/index.ts:82 |
startBinGridSize? | number | Grid resolution the binning search starts from. Default 40. | scagnostics/index.ts:72 |