The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

OutliersLearn R Package

RStudio License: MIT

Overview

OutliersLearn is an R package designed to teach and demonstrate different outlier detection algorithms. The algorithms are programmed to provide informative messages while executing on real data, helping users understand the inner workings of each algorithm.

Installation

Will be available to download/install from CRAN To install from GitHub execute this commands in your R session:

install.packages("devtools")
library(devtools)
install_github("MissiegoBeats/OutliersLearn")
library(OutliersLearn)

To install from CRAN:

install.packages("OutliersLearn")
library(OutliersLearn)

In case you want to install the R package using a specific CRAN Mirror:

install.packages("OutliersLearn", repos="<CRAN Mirror URL>")
library(OutliersLearn)

Algorithms included

Other functions included

See more about them using the command help()

Licence

Check the corresponding “LICENSE” file to see the whole license information

Contact me

If there is any question, feel free to open a new issue with the “question” label. If needed, i’ll add a Q&A section in the repository issues

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.