Skip to content

Commit bfeab98

Browse files
committed
Update demo_DR_Reconstruction.m
1 parent a254b30 commit bfeab98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo_DR_Reconstruction.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
% train KPCA model
1616
kpca.train(data);
1717

18-
% mapping data
19-
mappingData = kpca.score;
18+
% reconstructed data
19+
reconstructedData = kpca.newData;
2020

2121
% Visualization
2222
kplot = KernelPCAVisualization();

0 commit comments

Comments
 (0)