thr_isodata: Compute IsoData threshold

View source: R/thr_isodata.R

thr_isodataR Documentation

Compute IsoData threshold

Description

Compute a threshold using the IsoData algorithm \insertCiteisodata;textualrcaiman, recommended by \insertCiteJonckheere2005;textualrcaiman.

Usage

thr_isodata(x)

Arguments

x

numeric vector or a single-column matrix or data.frame able to be coerced to numeric.

Details

Implementation follows the IsoData method by Gabriel Landini, as implemented in autothresholdr::auto_thresh(). Unlike that version, this function accepts numeric data over an arbitrary range. NA values are ignored.

Value

Numeric vector of length one.

References

\insertAllCited

Examples

caim <- read_caim()
thr_isodata(caim$Blue[])

rcaiman documentation built on Sept. 9, 2025, 5:42 p.m.