瀏覽代碼

added readme

egoldfar 6 年之前
父節點
當前提交
8a4dde7676
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      ethan_data_processing_scripts/README.md

+ 9 - 0
ethan_data_processing_scripts/README.md

@@ -0,0 +1,9 @@
+### Using classifier.py
+
+The train(classifications: int, data: list, results: list, testdata: list, testresults: list) function should be used.
+
+Data and Testdata should be arrays of arrays of features, ex:
+
+Suppose there are 3 features, each a float from 0 to 1. Data could be: [[.3, .2, .3], [.3, .3, .3], [.3, .4, .5]...]
+
+Results should be in an array, each result accoring to the list of features it should represent the classification of.