|
ALGORITHM 1 Prediction with manifold learning |
|
Step 1: Perform eigen decomposition on kernel matrix and define projection matrix
HKH = UΛUT, with U = [α1, α2, …αn] and Λ = diag(λ1, …, λn)
Define projection matrix P = [V1, V2, …Vm], for each
|
Step 2: Project training and testing data onto the constructed sub-manifold
|
Step 3: Calculate VAR coefficient matrix given T covariate-response pairs {(ši, y̌i)|i ∈ [1, T]}, for each
and y̌i = x̌i+τ
|
Step 4: Estimate testing response given testing covariates š
|
Step 5: Estimate pre-image through fixed-point iterations
-
,
Where
, and
|
|