trainHMM: Train a hidden Markov model

Description Usage Arguments Author(s) See Also

View source: R/HMM.R

Description

Function to train a HMM classifier from some data and a trained random forest model.

Usage

1
trainHMM(labelDir, rf, names, combineStanding=FALSE) 

Arguments

labelDir

Path to a directory containing instance-level annotations, i.e., created by the function annotationsToLabels.

rf

A random forest model.

names

List of participant identifiers to use.

combineStanding

If TRUE, combine the labels standing still and standing moving into a single label standing.

Author(s)

Katherine Ellis

See Also

trainModel, trainRF


kkatellis/TLBC documentation built on May 20, 2019, 10:26 a.m.