Weka - Attribute data type
CODEDRAGON ㆍDevelopment/Java
반응형
Weka - Attribute data type
타입 |
설명 |
Real |
numeric values like 1.2 실수 |
Integer |
numeric values without a fractional part like 5 정수 |
Nominal |
categorical data 범주형 데이터 |
String |
lists of words, like this sentence 문자열 |
'Development > Java' 카테고리의 다른 글
초기화 블록 종류 (0) | 2020.01.07 |
---|---|
CSV -> arff 파일 변환하기 (0) | 2019.12.30 |
ERROR-Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. 해결방법 (0) | 2019.12.19 |
LAB - Lotto 프로그램 - HashSet (0) | 2019.12.12 |
LAB - 다이아몬드별, 모래시계 출력하기 (0) | 2019.12.12 |