Skip to content

Commit 4958eb6

Browse files
committed
start kmean_clustering sample
1 parent 4315975 commit 4958eb6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
"""
2+
3+
Object clustering with k-mean algorithm
4+
5+
6+
author: Atsushi Sakai (@Atsushi_twi)
7+
8+
"""
9+
10+
11+
def main():
12+
print(__file__ + " start!!")
13+
14+
15+
if __name__ == '__main__':
16+
main()

0 commit comments

Comments
 (0)