class for packages.python.clfConfusionMatrix More...
Inheritance diagram for clfConfusionMatrix:Public Member Functions | |
| def | __init__ (self, **kwargs) |
| def | __setattr__ (self, name, value) |
| def | __repr__ (self) |
| def | run (self) |
Public Attributes | |
| inFile | |
| refAttr | |
| estimAttr | |
| filter | |
| nullVal | |
Static Public Attributes | |
| list | attrs = ['inFile', 'refAttr', 'estimAttr', 'filter', 'nullVal'] |
| list | readonly_attrs = [] |
class for packages.python.clfConfusionMatrix
see Python script clfConfusionMatrix for further details
| inFile | : Path to ODM file remark : mandatory |
| refAttr | : Point attribute containing reference class. remark : optional |
| estimAttr | : Point attribute containing estimated class. remark : optional |
| filter | : DataManager filter for pre-selection of points. remark : optional |
| nullVal | : Integer value representing NULL-values of the ODM. remark : optional |