sklearn.manifold Module: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(ContinuousReplacement)
Tag: continuous replacement
m (Remove links to pages that are actually redirects to this page.)
Line 1: Line 1:
An [[sklearn.manifold Module]] is an [[sklearn]] [[Python module|module]] that contains a collection of [[Manifold Learning System]]s that implement [[Data Embedding Algorithm]]s.
An [[sklearn.manifold Module]] is an [[sklearn]] [[Python module|module]] that contains a collection of [[Manifold Learning System]]s that implement [[Data Embedding Algorithm]]s.
* <B>Context:</B>
* <B>Context:</B>
** It can (often) reference a [[sklearn.manifold]] system.
** It can (often) reference a [[sklearn.manifold Module|sklearn.manifold]] system.
*** <code>[[sklearn.manifold]].<span style="font-weight:italic; color:green">Model_Name(self, arguments)</i></code>  or simply <code>[[sklearn.manifold]].<span style="font-weight:italic; color:green">Model_Name()</i></code> <P>where <i>Model_Name</i> is the name of the selected [[Data Embedding Algorithm]].
*** <code>[[sklearn.manifold Module|sklearn.manifold]].<span style="font-weight:italic; color:green">Model_Name(self, arguments)</i></code>  or simply <code>[[sklearn.manifold Module|sklearn.manifold]].<span style="font-weight:italic; color:green">Model_Name()</i></code> <P>where <i>Model_Name</i> is the name of the selected [[Data Embedding Algorithm]].
* <B>Example(s)</B>
* <B>Example(s)</B>
** <code>[[sklearn.manifold.Isomap]]</code>, a [[Manifold Learning System]] that implements an [[Isometric Mapping Algorithm]].  
** <code>[[sklearn.manifold.Isomap]]</code>, a [[Manifold Learning System]] that implements an [[Isometric Mapping Algorithm]].  

Revision as of 20:45, 23 December 2019

An sklearn.manifold Module is an sklearn module that contains a collection of Manifold Learning Systems that implement Data Embedding Algorithms.



References

2017A

2017B