select_model: Build a numerical model to classify tephra using major...

Description Usage Arguments Value Examples

View source: R/select_model.R

Description

Build a numerical model to classify tephra using major element geochemistry

Usage

1
select_model(data, classifier)

Arguments

data

A data frame containing element geochemistries of unknown origin

classifier

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

Value

Confusion matrices for a variety of models,

Examples

1
2
3
4
data.classified <- (data, model.rf);


Runs multiple numerical models, and allows you to choose the most effective

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