A predx class for point predictions for categorical variables.

PointCat(x)

is.PointCat(object)

# S4 method for PointCat
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

# S4 method for PointCat
transform_predx(x, to_class, ...)

Value

Details

PointCat objects contain a single point prediction of type character with no other restrictions.

In JSON and CSV representations, this value is named point.

Slots

predx

A single point prediction of type character.

Examples