dbs-class: DBSCAN model

dbs-classR Documentation

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

DBSCAN


fdm2id documentation built on July 9, 2023, 6:05 p.m.

Related to dbs-class in fdm2id...