CLuster: A CLuster sampler using R

Description Usage Arguments Value Examples

View source: R/CLuster.R

Description

Further processing of data based on Fdbscan method

Usage

1
CLuster(data, m, M)

Arguments

data

a data matrix or a dist object

m

the result from Fdbscan(data,eps,M)

M

number of minimum points in the eps region (for core points)

Value

a list of Classification of data

Examples

1
2
3
4
5
6
7
## Not run: 
data<-iris[,1:2]
m<-Fdbscan(data,0.25,3)
z<-CLuster(data,m,3)
z

## End(Not run)

SC19031/SC19031 documentation built on Jan. 3, 2020, 2:10 a.m.