Skip to content
/ LPCM Public

❗ This is a read-only mirror of the CRAN R package repository. LPCM — Local Principal Curve Methods

Notifications You must be signed in to change notification settings

cran/LPCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPCM

This package can be used for fitting multivariate data patterns with local principal curves, including tools for data compression (projection) and measuring goodness-of-fit; with additional functionalities for mean shift clustering.

library(LPCM)
data(calspeedflow)
lpc1 <- lpc(calspeedflow[,3:4])
plot(lpc1, lwd=2, curvecol="red")

ms1 <- ms(calspeedflow[,3:4], plot=FALSE)
plot(ms1)

Try ?LPCM, ?lpc and ?ms.

About

❗ This is a read-only mirror of the CRAN R package repository. LPCM — Local Principal Curve Methods

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages