SparseVFC

Sparse Vector Field Consensus for Vector Field Learning

https://github.com/sciurus365/sparsevfc

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Sparse Vector Field Consensus for Vector Field Learning

Basic Info
  • Host: GitHub
  • Owner: Sciurus365
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 1.52 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# `SparseVFC`: Sparse Vector Field Consensus for Vector Field Learning


[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/SparseVFC)](https://cran.r-project.org/package=SparseVFC)
[![](https://cranlogs.r-pkg.org/badges/SparseVFC)](https://cran.r-project.org/package=SparseVFC)


The `SparseVFC` package is an R implementation of the sparse vector field consensus (SparseVFC) algorithm (Ma et al., 2013 ) for robust vector field learning. Largely translated from the Matlab functions in .

See the vignette of the package for a demonstration.

## Installation

You can install the released version of `SparseVFC` from [CRAN](https://cran.r-project.org/) with:

```r
install.packages("SparseVFC")
```

You can install the development version of SparseVFC from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("Sciurus365/SparseVFC")
```

Owner

  • Name: Jingmeng Cui
  • Login: Sciurus365
  • Kind: user
  • Location: Groningen, Netherlands
  • Company: @rijksuniversiteit-groningen

PhD student | University of Groningen | Dynamics in psychology | R | (a bit) chemistry, LaTeX, python

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months 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 228 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: SparseVFC

Sparse Vector Field Consensus for Vector Field Learning

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 228 Last month
Rankings
Dependent repos count: 24.0%
Forks count: 27.9%
Dependent packages count: 28.8%
Stargazers count: 30.9%
Average: 31.4%
Downloads: 45.2%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • pdist * imports
  • purrr * imports
  • grid * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • tidyverse * suggests