文件名称:Data-Cleaning
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-07 05:52:51
R
#设置路径 path_rf <- file.path("./data/samsung" , "UCI HAR Dataset") #Read Activity, Subject and Features for both test and Train dataActivityTest <- read.table(file.path(path_rf, "test" , "Y_test.txt" ),header = FALSE) dataActivityTrain <- read.table(file.path(path_rf, "train", "Y_train.txt"),header = FALSE) dataSubjectTrain <- read.table( file.path(path_rf, "train", "subject_train.txt"),header = FAL
【文件预览】:
Data-Cleaning-master
----run_analysis.R(2KB)
----README.md(2KB)