findRMSE: Builds a predictive model and returns the RMSE

Description Usage Arguments Value

Description

Builds a predictive model and return the Root-Mean-Square Error (the difference between the actual and the predicted values).

Usage

1
findRMSE(dataSource, predictor, number_of_runs)

Arguments

dataSource

the data frame to process.

predictor

the predictor to build the model with, a factor of predictors can be passed.

number_of_runs

Number of of folds of the cross validation.

Value

factor


xsultan/activity_recognition documentation built on May 4, 2019, 1:26 p.m.