build_rf: Build RandomForest model

Description Usage Arguments Value Examples

View source: R/build_rf.R

Description

Build a RandomForest model

Usage

1
build_rf(data, classifier)

Arguments

data

A data frame containing element geochemistries of known origin

classifier

The name/number of the column which contains the data to train the model (e.g. eruption, volcano)

Value

A tephrochron object containing the dataset, the randomForest model, and a range of evaluation objects

Examples

1
model.rf <- (data, classifier);

amy-mcg/tephrochron documentation built on Dec. 13, 2020, 3:44 p.m.