ScikitManifoldSpectralEmbedding {countland}R Documentation

Recapitulate scikit.manifold.spectral_embedding from python.

Description

Recapitulate scikit.manifold.spectral_embedding from python.

Usage

ScikitManifoldSpectralEmbedding(A, n_components)

Arguments

A

similarity matrix, dgCMatrix

n_components

number of eigenvectors to retain, integer

Value

matrix of eigenvectors


[Package countland version 0.1.2 Index]