predict.tessellations: Predict

Description Usage Arguments Value

View source: R/Predict.R

Description

Predict (the first) most probable class at point. If probability returns NAs at a point, this returns NA at that point. If probabilities of classes are equal, this returns the smaller index.

Usage

1
2
## S3 method for class 'tessellations'
predict(tes, x)

Arguments

tes

The tessellation object

x

The point

Value

Integer giving index of most probable class


mickash/DTFE documentation built on Nov. 16, 2019, 1:49 p.m.