|
| | Adaptors.h |
| | Classifiers adaptors.
|
| |
| | Config.h |
| | Configuration flags for the Terrralib Classification module.
|
| |
| | Dummy.h |
| | Dummy classifier (just for testing purposes).
|
| |
| | Enums.h |
| | Enumerations related to the Classification module.
|
| |
| | Exception.h |
| | An exception class for the Classification module.
|
| |
| | ISOData.h |
| | ISOData strategy for classification.
|
| |
| | KMeans.h |
| | KMeans strategy for classification.
|
| |
| | MAP.h |
| | MAP (Maximum a Posteriori) strategy for classification.
|
| |
| | MaxLikelihood.h |
| | A maximum likelihood estimation strategy for classification (a.k.a. MaxVer in portuguese).
|
| |
| | ROI.h |
| | A region of interest (often abbreviated ROI), is a selected subset of samples within a dataset identified for a particular purpose.
|
| |
| | ROISet.h |
| | A ROISet is a set of ROI's.
|
| |
| | Utils.h |
| | Utility functions for Classification.
|
| |