mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 06:28:00 -05:00
start kmean_clustering sample
This commit is contained in:
16
Mapping/kmean_clustering/kmean_clustering.py
Normal file
16
Mapping/kmean_clustering/kmean_clustering.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""
|
||||
|
||||
Object clustering with k-mean algorithm
|
||||
|
||||
|
||||
author: Atsushi Sakai (@Atsushi_twi)
|
||||
|
||||
"""
|
||||
|
||||
|
||||
def main():
|
||||
print(__file__ + " start!!")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user