소스 검색

added key word

egoldfar 6 년 전
부모
커밋
effb0896c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ethan_data_processing_scripts/README.md

+ 1 - 1
ethan_data_processing_scripts/README.md

@@ -6,4 +6,4 @@ 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.
+Results should be ints in an array, each result accoring to the list of features it should represent the classification of.