質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,6 +78,18 @@
|
|
78
78
|
|
79
79
|
#ここから3次元空間でプロットへ
|
80
80
|
|
81
|
+
#下記4行追加修正しました
|
82
|
+
|
83
|
+
all_features = x_test
|
84
|
+
|
85
|
+
teacher_labels = y_test
|
86
|
+
|
87
|
+
from sklearn import decomposition
|
88
|
+
|
89
|
+
from mpl_toolkits.mplot3d import Axes3D
|
90
|
+
|
91
|
+
|
92
|
+
|
81
93
|
def getcolor(color):
|
82
94
|
|
83
95
|
if color == 0:
|