-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test results updated to follow different condition ordering.
- Loading branch information
Showing
10 changed files
with
55 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...mic-bumps.guided-c4, seismic OR seismoacoustic OR ghazard.seismic-bumps-train-minimal.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
|
||
Rules | ||
IF [seismic = {a}] AND goenergy = <-73.50, inf) AND nbumps3 = (-inf, 0.50) THEN class = {0} | ||
IF [seismic = {a}] AND goenergy = <-73.50, inf) AND nbumps = (-inf, 1.50) THEN class = {0} | ||
IF [seismic = {a}] AND nbumps3 = (-inf, 0.50) AND goenergy = <-73.50, inf) THEN class = {0} | ||
IF [seismic = {a}] AND nbumps = (-inf, 1.50) AND goenergy = <-73.50, inf) THEN class = {0} | ||
IF [seismic = {a}] AND goenergy = <-37.50, inf) AND goimpuls = <-39, inf) THEN class = {0} | ||
IF [ghazard = {b}] THEN class = {0} | ||
IF [seismoacoustic = {a}] AND genergy = (-inf, 18890) THEN class = {0} | ||
IF [seismoacoustic = {a}] AND gimpuls = (-inf, 1350.50) AND goimpuls = <-39.50, inf) THEN class = {0} | ||
IF genergy = (-inf, 25125) AND nbumps = (-inf, 1.50) THEN class = {0} | ||
IF goenergy = <-73.50, inf) AND gimpuls = (-inf, 1350.50) AND nbumps = (-inf, 2.50) THEN class = {0} | ||
IF [seismic = {b}] AND ghazard = {a} AND goenergy = <-39, 94.50) AND maxenergy = (-inf, 45000) AND genergy = <25125, inf) AND goimpuls = <-15.50, inf) THEN class = {1} | ||
IF nbumps = (-inf, 1.50) AND genergy = (-inf, 25125) THEN class = {0} | ||
IF gimpuls = (-inf, 1350.50) AND nbumps = (-inf, 2.50) AND goenergy = <-73.50, inf) THEN class = {0} | ||
IF [seismic = {b}] AND genergy = <25125, inf) AND goenergy = <-39, 94.50) AND goimpuls = <-15.50, inf) AND ghazard = {a} AND maxenergy = (-inf, 45000) THEN class = {1} |
6 changes: 3 additions & 3 deletions
6
...mps.guided-c5, +seismic +nbumps +energy +maxenergy +shift.seismic-bumps-train-minimal.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
|
||
Rules | ||
IF goenergy = <-73.50, inf) AND nbumps3 = (-inf, 0.50) AND nbumps4 = (-inf, 1.50) THEN class = {0} | ||
IF nbumps4 = (-inf, 1.50) AND nbumps3 = (-inf, 0.50) AND goenergy = <-73.50, inf) THEN class = {0} | ||
IF goenergy = <-73.50, inf) AND nbumps = (-inf, 1.50) THEN class = {0} | ||
IF goenergy = <-73.50, inf) AND genergy = (-inf, 117615) AND nbumps2 = (-inf, 1.50) THEN class = {0} | ||
IF genergy = (-inf, 117615) AND goenergy = <-73.50, inf) AND nbumps2 = (-inf, 1.50) THEN class = {0} | ||
IF nbumps = (-inf, 5.50) THEN class = {0} | ||
IF goenergy = (-inf, 9) AND maxenergy = (-inf, 6500) AND genergy = <18890, 314675) AND shift = {W} AND nbumps3 = <0.50, inf) THEN class = {1} | ||
IF genergy = <18890, 314675) AND goenergy = (-inf, 9) AND nbumps3 = <0.50, inf) AND shift = {W} AND maxenergy = (-inf, 6500) THEN class = {1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 17 additions & 16 deletions
33
...t/resources/reports/ClassificationSnCTest/test_deals.mincov=8, no_pruning.deals-train.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
|
||
|
||
Rules | ||
IF Gender = {female} AND Age = <34.50, inf) THEN Future Customer = {no} | ||
IF Payment Method = {cash} AND Age = <37.50, inf) THEN Future Customer = {no} | ||
IF Age = <34.50, inf) AND Gender = {female} THEN Future Customer = {no} | ||
IF Age = <37.50, inf) AND Payment Method = {cash} THEN Future Customer = {no} | ||
IF Age = <72.50, inf) THEN Future Customer = {no} | ||
IF Payment Method = {cheque} AND Age = <54.50, 71.50) THEN Future Customer = {no} | ||
IF Payment Method = {cheque} AND Age = <41.50, 55.50) THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <32.50, inf) THEN Future Customer = {no} | ||
IF Age = <54.50, 71.50) AND Payment Method = {cheque} THEN Future Customer = {no} | ||
IF Age = <41.50, 55.50) AND Payment Method = {cheque} THEN Future Customer = {no} | ||
IF Age = <32.50, inf) AND Gender = {female} THEN Future Customer = {no} | ||
IF Age = <31.50, 42.50) THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <27.50, inf) THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <24.50, inf) THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <19.50, inf) THEN Future Customer = {no} | ||
IF Payment Method = {credit card} AND Age = (-inf, 30.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Payment Method = {credit card} AND Age = (-inf, 32.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = <18.50, 21.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = <17.50, 22.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = (-inf, 25.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = <18.50, 27.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = <20.50, 30.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Payment Method = {credit card} AND Age = (-inf, 34.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = (-inf, 34.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = (-inf, 35.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Payment Method = {credit card} AND Age = (-inf, 36.50) THEN Future Customer = {yes} | ||
IF Gender = {female} THEN Future Customer = {no} | ||
IF Age = (-inf, 30.50) AND Payment Method = {credit card} THEN Future Customer = {yes} | ||
IF Age = (-inf, 32.50) AND Payment Method = {credit card} AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = <18.50, 21.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = <17.50, 22.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = (-inf, 25.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = <18.50, 27.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = <20.50, 30.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = (-inf, 34.50) AND Payment Method = {credit card} AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = (-inf, 34.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = (-inf, 35.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Age = (-inf, 36.50) AND Gender = {male} AND Payment Method = {credit card} THEN Future Customer = {yes} | ||
IF Gender = {male} AND Payment Method = {credit card} AND Age = (-inf, 72.50) THEN Future Customer = {yes} |
9 changes: 5 additions & 4 deletions
9
...cs.rules/test/resources/reports/ClassificationSnCTest/test_deals.mincov=8.deals-train.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
|
||
|
||
Rules | ||
IF Gender = {female} AND Age = <34.50, inf) THEN Future Customer = {no} | ||
IF Age = <34.50, inf) AND Gender = {female} THEN Future Customer = {no} | ||
IF Age = <34.50, inf) THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <32.50, inf) THEN Future Customer = {no} | ||
IF Age = <32.50, inf) AND Gender = {female} THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <28.50, inf) THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <23.50, inf) THEN Future Customer = {no} | ||
IF Gender = {female} AND Age = <17.50, inf) THEN Future Customer = {no} | ||
IF Payment Method = {credit card} AND Age = (-inf, 32.50) THEN Future Customer = {yes} | ||
IF Gender = {female} THEN Future Customer = {no} | ||
IF Age = (-inf, 32.50) AND Payment Method = {credit card} THEN Future Customer = {yes} | ||
IF Age = (-inf, 34.50) THEN Future Customer = {yes} | ||
IF Gender = {male} AND Age = (-inf, 36.50) THEN Future Customer = {yes} | ||
IF Age = (-inf, 36.50) AND Gender = {male} THEN Future Customer = {yes} | ||
IF Gender = {male} AND Payment Method = {credit card} AND Age = (-inf, 72.50) THEN Future Customer = {yes} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters