-
Notifications
You must be signed in to change notification settings - Fork 0
/
bug47.ok
56 lines (47 loc) · 1.89 KB
/
bug47.ok
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
TiMBL 6.8 (c) CLST/ILK/CLIPS 1998 - 2022.
Tilburg Memory Based Learner
Centre for Language and Speech Technology, Radboud University
Induction of Linguistic Knowledge Research Group, Tilburg University
CLiPS Computational Linguistics Group, University of Antwerp
Thu Nov 3 09:57:50 2022
Examine datafile 'tests/bug47.train' gave the following results:
Number of Features: 3
InputFormat : C4.5
Phase 1: Reading Datafile: tests/bug47.train
Start: 0 @ Thu Nov 3 09:57:50 2022
Finished: 2 @ Thu Nov 3 09:57:50 2022
Calculating Entropy Thu Nov 3 09:57:50 2022
Lines of data : 2
DB Entropy : 1.0000000
Number of Classes : 2
Feats Vals InfoGain GainRatio
1 2 1.0000000 1.0000000 NUMERIC
2 2 1.0000000 1.0000000 NUMERIC
3 2 1.0000000 1.0000000 NUMERIC
Preparation took 0 seconds, 0 milliseconds and 134 microseconds
Feature Permutation based on GainRatio/Values :
< 1, 2, 3 >
Phase 2: Building multi index on Datafile: tests/bug47.train
Start: 0 @ Thu Nov 3 09:57:50 2022
Finished: 2 @ Thu Nov 3 09:57:50 2022
Phase 3: Learning from Datafile: tests/bug47.train
Start: 0 @ Thu Nov 3 09:57:50 2022
Finished: 2 @ Thu Nov 3 09:57:50 2022
Size of InstanceBase = 8 Nodes, (320 bytes), 0.00 % compression
Learning took 0 seconds, 0 milliseconds and 88 microseconds
Examine datafile 'tests/bug47.test' gave the following results:
Number of Features: 3
InputFormat : C4.5
Starting to test, Testfile: tests/bug47.test
Writing output in: bug47.out
Algorithm : IB1
Global metric : Dot product
Deviant Feature Metrics:(none)
Weighting : GainRatio
Feature 1 : 1.000000000000000
Feature 2 : 1.000000000000000
Feature 3 : 1.000000000000000
Error: The Dot Product metric fails on your data: intermediate result too big to handle,
you might consider using the Cosine metric '-mC'
FatalError: timbl terminated
Stopped, sorry