README.md

machinelearnr

R-CMD-check

Overview

Author: Yong-Han Hank Cheng

This package provides functions for: 1. Preprocessing data. 2. Clustering with K-means or hierarchical clustering. 3. Classification with random forest.

The main functions for clustering are:

The main functions for classification are:

Installation

# Install the package from GitHub
devtools::install_github("yhhc2/machinelearnr")
# Load package
library("machinelearnr")

Usage

Source code: https://github.com/yhhc2/machinelearnr

Visit the package’s website: https://yhhc2.github.io/machinelearnr/

Function reference is located here: https://yhhc2.github.io/machinelearnr/reference/index.html

Visit this vignette for example output for each function usage: https://yhhc2.github.io/machinelearnr/articles/Examples.html

License

The machinelearnr package is licensed under the GPL (>=3) license. The logo is licensed under the CC BY 4.0 license.



yhhc2/machinelearnr documentation built on Dec. 23, 2021, 7:19 p.m.