diff --git a/doc/pub/DimRed/html/._DimRed-bs000.html b/doc/pub/DimRed/html/._DimRed-bs000.html index 61c7598da..464c7364f 100644 --- a/doc/pub/DimRed/html/._DimRed-bs000.html +++ b/doc/pub/DimRed/html/._DimRed-bs000.html @@ -45,13 +45,33 @@ Automatically generated HTML file from DocOnce source None, '___sec0'), ('Principal Component Analysis', 2, None, '___sec1'), - ('Kernel PCA', 2, None, '___sec2'), - ('LLE', 2, None, '___sec3'), - ('Other techniques', 2, None, '___sec4')]} + ('PCA and scikit-learn', 2, None, '___sec2'), + ('More on the PCA', 2, None, '___sec3'), + ('Incremental PCA', 2, None, '___sec4'), + ('Randomized PCA', 2, None, '___sec5'), + ('Kernel PCA', 2, None, '___sec6'), + ('LLE', 2, None, '___sec7'), + ('Other techniques', 2, None, '___sec8')]} end of tocinfo --> + + + + + + + - + +
W2 = V.T[:, :2]
+X2D = X_centered.dot(W2)
+

@@ -235,6 +157,10 @@ X_reduced = rnd_pca.fit_transform(X_mnist)

  • 4
  • 5
  • 6
  • +
  • 7
  • +
  • 8
  • +
  • 9
  • +
  • 10
  • »
  • diff --git a/doc/pub/DimRed/html/._DimRed-bs003.html b/doc/pub/DimRed/html/._DimRed-bs003.html index 465d81525..361939a72 100644 --- a/doc/pub/DimRed/html/._DimRed-bs003.html +++ b/doc/pub/DimRed/html/._DimRed-bs003.html @@ -45,13 +45,33 @@ Automatically generated HTML file from DocOnce source None, '___sec0'), ('Principal Component Analysis', 2, None, '___sec1'), - ('Kernel PCA', 2, None, '___sec2'), - ('LLE', 2, None, '___sec3'), - ('Other techniques', 2, None, '___sec4')]} + ('PCA and scikit-learn', 2, None, '___sec2'), + ('More on the PCA', 2, None, '___sec3'), + ('Incremental PCA', 2, None, '___sec4'), + ('Randomized PCA', 2, None, '___sec5'), + ('Kernel PCA', 2, None, '___sec6'), + ('LLE', 2, None, '___sec7'), + ('Other techniques', 2, None, '___sec8')]} end of tocinfo --> + + + + + + +