Description Usage Arguments Examples
An implementation of the CLIQUE algorithm that can be used with DSC_ThreeStage. For more details on this algorithm, consult CLIQUE
1 | DSC_clique(xi = 10, tau = 0.2)
|
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 |
1 2 3 | dsc <- DSC_ThreeStage(macro=DSC_clique(),micro=DSC_subspaceCluStream())
dsd <- DSD_RandomRBFSubspaceGeneratorEvents()
update(dsc,dsd,1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.