-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Classification documentation #32
Comments
Currently only SAM is implemented and exposed by COAL. The current implementation of COAL's mineral classifier:
The others algorithms are supported by SPy, although its developer has recommended against using the MLP implementation. |
It appears that GML can also not be used appropriately
We 'should' however still provide the functionality for a user to choose which classification they wish. For example, there is still a variable degree of inaccuracy with SAM. This is well documented in literature and improved classification techniques have been a significant aspect of study with the hyper spectral remote sensing community in the last decade or so. Additionally, we will most likely wish to create a DNN at some stage which has been trained on improving identification of the mineral subset we are interested in. |
Another option would be to allow the classifier to take a callback argument in which the user can provide their own algorithm. |
+1, I think a parameter addition in the primary MineralClassification function call would be suitable. |
I have created issue capstone-coal/pycoal#122 for implementation of the callback function. This issue can stay open to document SAM and any future algorithms on the website. The most natural place to detail the algorithm I described above is currently the Mineral Classification usage documentation. Another option would be a new "Algorithms" heading. |
We should document the various classification options available within COAL. These are
A new page on classification would be nice
The text was updated successfully, but these errors were encountered: