clusterDisc: Fast Adaptive Binarization - internal

Description Usage Arguments Details Value Author(s)

Description

Performs fast adaptive binarization of numeric arrays

Usage

1
clusterDisc(x,use.gap)

Arguments

x

Numeric data input vector used to generate binary output

use.gap

Boolean indicating whether to use gap statistic to infer whether or not the data can be sufficiently converted to a binary representation.

Details

Function called by binarize.array

Value

Binarized representation of x. That is, a numeric vector of the same length as input x, containing values 0 (representing a 'low' value) and 1 (respresenting a 'high' value).

Author(s)

Ed Curry e.curry@imperial.ac.uk


ArrayBin documentation built on May 1, 2019, 10:20 p.m.