Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 2 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Functional Data Analysis: K-Mean Alignment
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created almost 4 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# fdakma
[](https://github.com/astamm/fdakma/actions/workflows/R-CMD-check.yaml)
The **fdakma** package is only a wrapper around the faster and more
complete [**fdacluster**](https://astamm.github.io/fdacluster/index.html)
package, which exposes the k-means alignment algorithm to the user. It is mainly
kept alive because it was advertised under this name when the seminal paper was
published. We strongly encourage R users to switch to using the
[**fdacluster**](https://astamm.github.io/fdacluster/index.html) from now on.
## Installation
You can install the development version of **fdakma** from
[GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("astamm/fdakma")
```
## Example
```{r}
library(fdakma)
res <- kma(
fdacluster::simulated30$x,
fdacluster::simulated30$y,
seeds = c(1, 21),
n_clust = 2,
center_method = "medoid",
warping_method = "affine",
dissimilarity_method = "pearson"
)
```
```{r}
plot(res, type = "data")
```
```{r}
plot(res, type = "warping")
```
Owner
- Name: Aymeric Stamm
- Login: astamm
- Kind: user
- Location: 2 Chemin de la Houssinière, 44322 Nantes, France
- Company: Laboratoire de Mathématiques Jean Leray - UMR CNRS 6629
- Website: https://astamm.github.io
- Repositories: 45
- Profile: https://github.com/astamm
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aymeric Stamm | a****m@m****r | 8 |
| Aymeric Stamm | a****m@c****r | 4 |
Committer Domains (Top 20 + Academic)
cnrs.fr: 1
math.cnrs.fr: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 932 last-month
- Total docker downloads: 43,390
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: fdakma
Functional Data Analysis: K-Mean Alignment
- Homepage: https://github.com/astamm/fdakma
- Documentation: http://cran.r-project.org/web/packages/fdakma/fdakma.pdf
- License: GPL (≥ 3)
- Status: removed
-
Latest release: 1.3.1
published about 3 years ago
Rankings
Downloads: 20.8%
Dependent repos count: 25.0%
Average: 27.8%
Forks count: 28.7%
Dependent packages count: 29.2%
Stargazers count: 35.2%
Maintainers (1)
Last synced:
over 1 year ago