DSC_clique: CLIQUE algorithm for use with DSC_ThreeStage

Description Usage Arguments Examples

View source: R/macro.R

Description

An implementation of the CLIQUE algorithm that can be used with DSC_ThreeStage. For more details on this algorithm, consult CLIQUE

Usage

1
DSC_clique(xi = 10, tau = 0.2)

Arguments

xi

the grid size used. E.g. a value of 10 means that the dataspace is divided into 10 regions along each dimension.

tau

the density threshold used to determine whether a hypercube is dense

Examples

1
2
3

subspaceMOA documentation built on May 29, 2017, 10:50 p.m.