-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
18 lines (18 loc) · 948 Bytes
/
Copy pathREADME.txt
File metadata and controls
18 lines (18 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Debit or credit classifier based on WEKA source code
The major target of project is demonstrate, how WEKA-tools can be applied for solving different financial
problem.
Generates a classifier for debit-credit transactions. Classifier based on text information from transaction DB.
For build Class, We must initialize all fields of the classifier that are not being set via options
(ie. multiple calls of buildClassifier must always lead to the same result).
Must not change the dataset in any way.
@Under GPL licence.
Major links:
https://www.cs.waikato.ac.nz/ml/index.html
https://weka.sourceforge.io/doc.dev/weka/classifiers/Classifier.html
https://weka.sourceforge.io/doc.dev/weka/core/Attribute.html
@Coded: Alfred Francis
https://github.com/alfredfrancis/spam-classification-weka-java
@Coded and updated: Alex Titov.
https://github.com/AlexTitovWork/testWekaClassify
@email alexeytitovwork@gmail.com
https://medium.com/@alexeytitovwork