BBS654 Data Mining - Hacettepe Üniversitesipinar/courses/VBM684/... · 2019-02-26 · •Weka is a...

Preview:

Citation preview

BBS654Data Mining

Pinar Duygulu

Slides are adapted from https://www.cs.waikato.ac.nz/ml/weka/

1

WEKA

• Data Mining Software in Java

• Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.

2

How to install WEKA

• Go to http://www.cs.waikato.ac.nz/ml/weka

• Click the Download button

3

4

5

6

7

8

9

10

11

Classification

13

14

15

16

17

18

19

20

21

22

23

24

25

Clustering

27

28

29

30

31

32

33

34

35

36

37

38

39

Association

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

Recommended