update_W: Update Transformation Matrix W

View source: R/allda.R

update_WR Documentation

Update Transformation Matrix W

Description

Solve for the transformation matrix W using eigen-decomposition.

Usage

update_W(X, L_A, ncomp, reg = 1e-05)

Arguments

X

Data matrix of size n x d (n samples, d features).

L_A

Laplacian matrix of size n x n.

ncomp

Reduced dimension.

reg

Regularization term to ensure invertibility of St (default is 1e-5).

Value

Transformation matrix W (d x ncomp).


bbuchsbaum/discursive documentation built on April 14, 2025, 4:57 p.m.