Skip to content

maierhofert/classiFunc

Repository files navigation

classiFunc

Travis-CI Build Status packageversion CRAN_Status_Badge Licence

Overview

The classiFunc package implements methods for functional data classification. The main functions of this package are classiKnn, a k nearest neighbor estimator for functional data, and classiKernel, a kernel estimator for functional data. The package uses efficiently implemented semimetrics to create the distance matrix of the functional observations in the function computeDistMat.

Using classiFunc

For installation instructions, see below. A hands on introduction to can be found in the vignette. Details on specific functions are in the reference manual.

Issues & Feature Requests

For issues, bugs, feature requests etc. please use the Github Issues. Input is always welcome.

Installation

You can install the current classiFunc version from CRAN with:

install.packages("classiFunc")

or the latest patched version from Github with:

# install.packages("devtools")
devtools::install_github("maierhofert/classiFunc")

About

An R package for functional data classification using nearest neighbor and kernel estimation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages