Description Usage Arguments Value See Also Examples
destiny provides several generic methods and implements them for the DiffusionMap
and Sigmas
classes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | eigenvalues(object)
eigenvalues(object) <- value
eigenvectors(object)
eigenvectors(object) <- value
sigmas(object)
sigmas(object) <- value
dataset(object)
dataset(object) <- value
distance(object)
distance(object) <- value
optimal_sigma(object)
|
object |
Object from which to extract or to which to assign a value |
value |
Value to assign within an object |
eigenvalues
retrieves the numeric eigenvalues
eigenvectors
retrieves the eigenvectors matrix
sigmas
retrieves the Sigmas
from an object utilizing it as kernel width
dataset
retrieves the data the object was created from
distance
retrieves the distance metric used to create the object, e.g. euclidean
optimal_sigma
retrieves the numeric value of the optimal sigma or local sigmas
DiffusionMap methods and Sigmas class for implementations
1 2 3 4 5 6 7 8 | data(guo_norm)
dm <- DiffusionMap(guo_norm)
eigenvalues(dm)
eigenvectors(dm)
sigmas(dm)
optimal_sigma(dm)
dataset(dm)
distance(dm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.