This commit is contained in:
Haesun Park
2018-03-26 16:54:43 +09:00
parent a95fb26d90
commit 05c0f315ad

View File

@@ -1740,7 +1740,7 @@
"source": [
"plt.figure(figsize=(6, 5))\n",
"\n",
"X_inverse = pca.inverse_transform(X_reduced_rbf)\n",
"X_inverse = rbf_pca.inverse_transform(X_reduced_rbf)\n",
"\n",
"ax = plt.subplot(111, projection='3d')\n",
"ax.view_init(10, -70)\n",
@@ -3173,7 +3173,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.4"
"version": "3.5.5"
},
"nav_menu": {
"height": "352px",