Skip to content

Commit 65c81f8

Browse files
committed
First Release
1 parent a5610d4 commit 65c81f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+765022
-0
lines changed

KMeans/Readme.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
hca_output.txt:
2+
This is the output for task1 with command
3+
python hca.py ./docword.enron_s.txt 5
4+
In this task, remember not to write the output to any files. Use standard output to print them instead.
5+
6+
kmeans_output.txt:
7+
This is the output file for task2 with command
8+
bin\spark-submit .\kmeans.py .\docword.enron_s.txt 10 0.00001 kmeans_output.txt

KMeans/__init__.py

Whitespace-only changes.

KMeans/command.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
lcd C:\Users\Clark\workspace-python\DataMining\KMeans
4+
put kmeans.py
5+
put docword.enron_s-large.txt
6+
put docword.enron_s-small.txt
7+
/home/ec2-user/spark-2.1.0-bin-hadoop2.7/bin/spark-submit kmeans.py docword.enron_s-small.txt 10 0.00001
8+

0 commit comments

Comments
 (0)