项目作者: r3ello

项目描述 :
Use of SimpleKMeans ,FarthestFirst and EM cluster algorithm using weka jar tool.
高级语言: Java
项目地址: git://github.com/r3ello/WekaClustersExample.git
创建时间: 2020-06-26T18:14:44Z
项目社区:https://github.com/r3ello/WekaClustersExample

开源协议:

下载


WekaClustersExample

Use of SimpleKMeans, FarthestFirst and EM cluster algorithm using weka jar tool.
For testing this algorithms is used data1.arff with relationship money spent and amount of purchases of 146 user.

weka dependency

  1. <dependency>
  2. <groupId>nz.ac.waikato.cms.weka</groupId>
  3. <artifactId>weka-stable</artifactId>
  4. <version>3.8.0</version>
  5. </dependency>

data1.arff (extract)

  1. @Relation data
  2. @Attribute spending REAL
  3. @Attribute purchases REAL
  4. @Data
  5. 15339.51,140
  6. 29838.93,245
  7. 75731.31,987
  8. 28948.22,430
  9. 487.91,50