Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dbs-class

DBSCAN model


Description

This class contains the model obtained by the DBSCAN method.

Slots

cluster

A vector of integers indicating the cluster to which each point is allocated.

eps

Reachability distance (parameter).

MinPts

Reachability minimum no. of points (parameter).

isseed

A logical vector indicating whether a point is a seed (not border, not noise).

data

The dataset that has been used to fit the map (as a matrix).

See Also


fdm2id

Data Mining and R Programming for Beginners

v0.9.5
GPL-3
Authors
Alexandre Blansché [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.