Description Usage Arguments Value Author(s) Examples
View source: R/changepointDetection.R
Fits a two-component piecewise linear regression to the minimum distance between merged clusters vs the number of clusters for a list of merged cluster solutions.
1 | changepointDetection(vect, OrthagonalResiduals = FALSE, PlotFlag = FALSE)
|
vect |
A vector of minimum distances between clusters chosen to be merged at each iteration. |
OrthagonalResiduals |
Boolean value, indicates if the residuals must be transformed to orthagonal distance or not. |
PlotFlag |
Boolean value, indicating if the regression lines must be visualized. |
MinIndex |
Index of the merging step that produced the final results. |
l1 |
First regression line used for finding the changepoint for stopping the merging process. |
l2 |
Second regression line used for finding the changepoint for stopping the merging process. |
Nima Aghaeepour
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.