get_spectral {lsdbc}R Documentation

Generate Spectral Data

Description

Generate a dataset with spectral distribution.

Usage

get_spectral(n)

Arguments

n

Number of data to be generated

Value

This function returns a dataframe with the spectral distribution

Author(s)

Fella Ulandari and Robert Kurniawan

References

Bicici, E., & Yuret, D. (2007). Locally Scaled Density Based Clustering. International Conference on Adaptive and Natural Computing Algorithms (pp. 739-748). Berlin: Springer.

Examples

##Generate 1000 data##

get_spectral(1000)

[Package lsdbc version 0.1.0 Index]