Skip to content
Snippets Groups Projects
Commit f7efea04 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

update docs with manifold module

parent 6ccff33d
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ The features produced by a deep learning encoder are often of high dimensionalit ...@@ -66,7 +66,7 @@ The features produced by a deep learning encoder are often of high dimensionalit
However, it can be cumbersome to deal with all these features and this high dimensionality feature space, especially when a majority are not really informative. However, it can be cumbersome to deal with all these features and this high dimensionality feature space, especially when a majority are not really informative.
Therefore, it is possible to reduce the dimensions of a raster using a variety of algorithms. Therefore, it is possible to reduce the dimensions of a raster using a variety of algorithms.
We chose to rely on [scikit-learn](https://scikit-learn.org/) to provide the algorithms. We chose to rely on [scikit-learn](https://scikit-learn.org/) to provide the algorithms.
All algorighms available in the [decomposition](https://scikit-learn.org/stable/api/sklearn.decomposition.html) and the [cluster](https://scikit-learn.org/stable/api/sklearn.cluster.html) module that share a common API can be used. All algorighms available in the [decomposition](https://scikit-learn.org/stable/api/sklearn.decomposition.html), [manifold](https://scikit-learn.org/stable/api/sklearn.manifold.html) and the [cluster](https://scikit-learn.org/stable/api/sklearn.cluster.html) module that share a common API can be used.
Different algorithms have different arguments that can be passed. You can provide these as a json string in the corresponding field. Different algorithms have different arguments that can be passed. You can provide these as a json string in the corresponding field.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment