MapAccuracy: The MAPACCURACY class

Description Usage Arguments Slots Note Author(s)

Description

Use this class for computing the accuracy of a classification using reference map

Creates a MapAccuracy object

Usage

1
mapAccuracy(confusion_matrix, class_areas)

Arguments

confusion_matrix

A confusion matrix where the rows contain the results of the classification and the columns the reference data.

class_areas

The area of each class in the reference map.

Slots

confusion_matrix:

Object of class "matrix". A confusion matrix where the rows contain the results of the classification and the columns the reference data.

class_areas:

Object of class "vector", representing the area of each class in the reference map.

Note

No notes

Author(s)

Alber Sanchez


albhasan/mapAccuracy documentation built on May 11, 2019, 10:31 p.m.