predict.segmentRF: Predict a class useing a weighted combination of inputs

Description Usage Arguments Value

View source: R/classify.R

Description

Predict a class useing a weighted combination of inputs

Usage

1
predict.segmentRF(object, newdata, weights, thresholds = NULL, ...)

Arguments

object

A segmentRF model

newdata

The data to predict

weights

A vector or data fram of weights

thresholds

A vector of thresholds for each factor

...

Additional arguments for predict.randomForest

Value

A list of :

pred The predicted factor,
prob A dataframe of probabilities associated with weights The weights associated with each segment

nateaff/tssegment documentation built on May 18, 2019, 10:15 a.m.