geoprior.scripts.rebuild_confusion_tables#

Script helpers for rebuilding confusion tables.

Functions

main(*[, prog])

Classes

RowSpec(name, acc, f1, prec, rec)

class geoprior.scripts.rebuild_confusion_tables.RowSpec(name: 'str', acc: 'float', f1: 'float', prec: 'float', rec: 'float')[source]#

Bases: object

Parameters:
name: str#
acc: float#
f1: float#
prec: float#
rec: float#
__init__(name, acc, f1, prec, rec)#
Parameters:
Return type:

None

geoprior.scripts.rebuild_confusion_tables.main(*, prog=None)[source]#
Parameters:

prog (str | None)

Return type:

None