Description Usage Arguments Value See Also Examples
Get and set eigenvalues, eigenvectors, and sigma(s) of a DiffusionMap object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## S4 method for signature 'DiffusionMap'
eigenvalues(object)
## S4 replacement method for signature 'DiffusionMap'
eigenvalues(object) <- value
## S4 method for signature 'DiffusionMap'
eigenvectors(object)
## S4 replacement method for signature 'DiffusionMap'
eigenvectors(object) <- value
## S4 method for signature 'DiffusionMap'
sigmas(object)
## S4 replacement method for signature 'DiffusionMap'
sigmas(object) <- value
## S4 method for signature 'DiffusionMap'
dataset(object)
## S4 replacement method for signature 'DiffusionMap'
dataset(object) <- value
## S4 method for signature 'DiffusionMap'
distance(object)
## S4 replacement method for signature 'DiffusionMap'
distance(object) <- value
## S4 method for signature 'DiffusionMap'
optimal_sigma(object)
|
object |
A DiffusionMap |
value |
Vector of eigenvalues or matrix of eigenvectors to get/set |
The assigned or retrieved value
Extraction methods, DiffusionMap methods, Coercion methods for more
1 2 3 4 5 6 7 | data(guo)
dm <- DiffusionMap(guo)
eigenvalues(dm)
eigenvectors(dm)
sigmas(dm)
dataset(dm)
optimal_sigma(dm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.