-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
25 lines (22 loc) · 851 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/data - data folder
pendigits.tes - test dataset
pendigits.tra - training dataset
/src
Case.java - Class which decribes a case
CaseTest.java - JUnit tests for Case class
CaseTree.java - Tree data structure for cases
CaseTreeTest.java - JUnit tests for CaseTree class
CBR_EvaluateRetain.java - Revise and Retain Phases
CBR_Library.java - Interface for Case Library(Tree)
CBR_Main.java - Main program
CBR_Retrieve.java - Retrieve Phase
CBR_Reuse.java - Reuse Phase
DataReader.java - Read and parse data from .csv-files
DistanceCase.java
kNN.java - kNN algorithm
My_tests.java - Tests
Executable version of the system :
User manual document (source file):
User manual document (pdf file):
Technical Manual document (source file): Technical_manual.docx
Technical Manual document (pdf file): Technical_manual.pdf