Learn R Programming

deforestable (version 3.1.2)

Class_ForestTrain: S3 class ForestTrain

Description

Class ForestTrain is the main class to contain models for binary classification forest/non-forest. It includes the following elements:

Arguments

Slots

ElementDescription
callthe function call with which it was created
tpthe number of true positives obtained during training
fpthe number of false positives obtained during training
tnthe number of true negatives obtained during training
fnthe number of false negatives obtained during training

Details

In most cases objects of this class are generated by function train. Then, classification of terrain images is made by classify.