clusterEstimatetNumber: Estimate the number of possible clusters

Description Usage Arguments Details Value Author(s)

View source: R/ClusterEstimation.R

Description

Adaptation of the bartlett method of the speccalt package to estimate the number of clusters in the context of spectral clustering to detect change points

Usage

1
clusterEstimatetNumber(eigenvectorValues, tolerance, maxClusterNumber)

Arguments

eigenvectorValues

Eigenvector matrix based on the affinity matrix

tolerance

approximation to consider valid clusters

maxClusterNumber

maximum number of calculable clusters

Details

Adaptation of the bartlett method of the speccalt package to estimate the number of clusters in the context of spectral clustering to detect change points

Value

An estimated number of clusters

Author(s)

Luis Gustavo Uzai


SpecDetec documentation built on May 2, 2019, 1:08 p.m.