GettingAndCleaningData:用于获取和清理 Coursera 数据的存储库

时间:2024-07-13 01:20:41
【文件属性】:

文件名称:GettingAndCleaningData:用于获取和清理 Coursera 数据的存储库

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-13 01:20:41

R

执行run_analysis.R代码的说明和步骤 先决条件 1. Download the zip file from the following URL using the download.file function https://d396qusza40orc.cloudfront.net/getdata/projectfiles/UCI HAR Dataset.zip 2. Uncompress the zip file in the working directory. 说明和步骤 共有三个训练和测试数据文件。 x_train 和 x_test 文件包含所有主题和所有活动的数据。 subject_train 和 subject_test 文件是主题 ID 的向量。 y_train 和 y_test 文件是活动的向量。 加载 reshape2 库。 将使


【文件预览】:
GettingAndCleaningData-master
----run_analysis.R(3KB)
----Code Book.md(3KB)
----README.md(2KB)

网友评论