predict.localDiscrimination: Prediction function for local discrimination model

Description Usage Arguments Value Author(s) See Also

Description

Computed aggregated posterior probabilities for a local discrimination model.

Usage

1
predict.LocalDiscrimination(cores, data)

Arguments

cores

A local discrimination object computed by localDiscrimination function.

data

A data.frame with the same structure as the training dataset for the localDiscrimination function.

Value

weights

Aggregated posterior probabilities from each core, weighted by the expected quality of the respective core. Each row refers to an observation, each column to a possible class.

class

Class with the highest posterior probability from weights

weights.raw

Unweighted, aggregated posterior probabilities of each core. Each row refers to an observation, each column to a possible class.

class.raw

Class with the highest posterior probability from weights.raw

Author(s)

Thomas Ortner

See Also

See Also as localDiscrimination


tortnertuwien/lop documentation built on May 30, 2019, 8:27 a.m.