Package: CircularSilhouette 0.0.1
CircularSilhouette: Fast Silhouette on Circular or Linear Data Clusters
Calculating silhouette information for clusters on circular or linear data using fast algorithms. These algorithms run in linear time on sorted data, in contrast to quadratic time by the definition of silhouette. When used together with the fast and optimal circular clustering method FOCC (Debnath & Song 2021) <doi:10.1109/TCBB.2021.3077573> implemented in R package 'OptCirClust', circular silhouette can be maximized to find the optimal number of circular clusters; it can also be used to estimate the period of noisy periodical data.
Authors:
CircularSilhouette_0.0.1.tar.gz
CircularSilhouette_0.0.1.zip(r-4.5)CircularSilhouette_0.0.1.zip(r-4.4)CircularSilhouette_0.0.1.zip(r-4.3)
CircularSilhouette_0.0.1.tgz(r-4.4-x86_64)CircularSilhouette_0.0.1.tgz(r-4.4-arm64)CircularSilhouette_0.0.1.tgz(r-4.3-x86_64)CircularSilhouette_0.0.1.tgz(r-4.3-arm64)
CircularSilhouette_0.0.1.tar.gz(r-4.5-noble)CircularSilhouette_0.0.1.tar.gz(r-4.4-noble)
CircularSilhouette_0.0.1.tgz(r-4.4-emscripten)CircularSilhouette_0.0.1.tgz(r-4.3-emscripten)
CircularSilhouette.pdf |CircularSilhouette.html✨
CircularSilhouette/json (API)
NEWS
# Install 'CircularSilhouette' in R: |
install.packages('CircularSilhouette', repos = c('https://joemsong.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 3 years agofrom:9e57445289. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 21 2024 |
R-4.5-win-x86_64 | OK | Oct 21 2024 |
R-4.5-linux-x86_64 | OK | Oct 21 2024 |
R-4.4-win-x86_64 | OK | Oct 21 2024 |
R-4.4-mac-x86_64 | OK | Oct 21 2024 |
R-4.4-mac-aarch64 | OK | Oct 21 2024 |
R-4.3-win-x86_64 | OK | Oct 21 2024 |
R-4.3-mac-x86_64 | OK | Oct 21 2024 |
R-4.3-mac-aarch64 | OK | Oct 21 2024 |
Exports:circular.silestimate.periodfast.silfind.num.of.clusters
Dependencies:Ckmeans.1d.dpcligluelifecyclemagrittrOptCirClustplotrixplyrrbibutilsRcppRdpackreshape2rlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculating Silhouette on Circular Data Clusters | circular.sil |
Estimating the Period of Noisy Periodical Data | estimate.period |
Calculating Silhouette on Linear Data Clusters | fast.sil |
Finding an Optimal Number of Circular Data Clusters | find.num.of.clusters |