fdakma

Functional Data Analysis: K-Mean Alignment

https://github.com/astamm/fdakma

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
  • Host: GitHub
  • Owner: astamm
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 231 KB
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


[![R-CMD-check](https://github.com/astamm/fdakma/actions/workflows/R-CMD-check.yaml/badge.svg)](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

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 12
  • Total Committers: 2
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.333
Past Year
  • Commits: 5
  • Committers: 2
  • Avg Commits per committer: 2.5
  • Development Distribution Score (DDS): 0.2
Top Committers
Name Email Commits
Aymeric Stamm a****m@m****r 8
Aymeric Stamm a****m@c****r 4
Committer Domains (Top 20 + Academic)

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

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 932 Last month
  • Docker Downloads: 43,390
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