質問編集履歴

1

誤字

2015/12/29 01:47

投稿

Mtw0706
Mtw0706

スコア24

test CHANGED
File without changes
test CHANGED
@@ -34,9 +34,9 @@
34
34
 
35
35
 
36
36
 
37
- y_train<-cbind(x[n,6],x[n,12]) #6目は1~100の乱数
37
+ y_train<-cbind(x[n,6],x[n,12]) #6目は1~100の乱数
38
38
 
39
- y_test<-cbind(x[-n,6],x[-n,12]) #12目は0~100000の乱数
39
+ y_test<-cbind(x[-n,6],x[-n,12]) #12目は0~100000の乱数
40
40
 
41
41
 
42
42