"R stagec 데이터셋"의 두 판 사이의 차이

(새 문서: ==개요== ;R stagec 데이터셋 <source lang='r' run> options(echo=T) library(rpart) str(stagec) stagec[createDataPartition(stagec$ploidy,p=0.05,list=F),] </source> ==같이 보...)
 
6번째 줄: 6번째 줄:
library(rpart)
library(rpart)
str(stagec)
str(stagec)
library(caret)
stagec[createDataPartition(stagec$ploidy,p=0.05,list=F),]
stagec[createDataPartition(stagec$ploidy,p=0.05,list=F),]
</source>
</source>

2020년 5월 10일 (일) 20:23 판

1 개요

R stagec 데이터셋
options(echo=T)
library(rpart)
str(stagec)
library(caret)
stagec[createDataPartition(stagec$ploidy,p=0.05,list=F),]

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}