51%
This commit is contained in:
parent
3765c41986
commit
b6dafa3394
@ -66,7 +66,7 @@ RULEBLOCK No1
|
|||||||
ACT : MIN;
|
ACT : MIN;
|
||||||
ACCU : MAX;
|
ACCU : MAX;
|
||||||
|
|
||||||
RULE 1: IF team1Form IS bardzo_slaba AND team2Form is bardzo_slaba THEN prediction is team2;
|
RULE 1: IF team1Form IS bardzo_slaba AND team2Form is bardzo_slaba THEN prediction is team1;
|
||||||
RULE 2: IF team1Form IS slaba AND team2Form is bardzo_slaba THEN prediction is team1;
|
RULE 2: IF team1Form IS slaba AND team2Form is bardzo_slaba THEN prediction is team1;
|
||||||
RULE 3: IF team1Form IS srednia AND team2Form is bardzo_slaba THEN prediction is team1;
|
RULE 3: IF team1Form IS srednia AND team2Form is bardzo_slaba THEN prediction is team1;
|
||||||
RULE 4: IF team1Form IS dobra AND team2Form is bardzo_slaba THEN prediction is team1;
|
RULE 4: IF team1Form IS dobra AND team2Form is bardzo_slaba THEN prediction is team1;
|
||||||
@ -85,7 +85,7 @@ RULEBLOCK No1
|
|||||||
RULE 15: IF team1Form IS bardzo_dobra AND team2Form is srednia THEN prediction is team2;
|
RULE 15: IF team1Form IS bardzo_dobra AND team2Form is srednia THEN prediction is team2;
|
||||||
|
|
||||||
RULE 16: IF team1Form IS bardzo_slaba AND team2Form is dobra THEN prediction is team2;
|
RULE 16: IF team1Form IS bardzo_slaba AND team2Form is dobra THEN prediction is team2;
|
||||||
RULE 17: IF team1Form IS slaba AND team2Form is dobra THEN prediction is team2;
|
RULE 17: IF team1Form IS slaba AND team2Form is dobra THEN prediction is team1;
|
||||||
RULE 18: IF team1Form IS srednia AND team2Form is dobra THEN prediction is team2;
|
RULE 18: IF team1Form IS srednia AND team2Form is dobra THEN prediction is team2;
|
||||||
RULE 19: IF team1Form IS dobra AND team2Form is dobra THEN prediction is remis;
|
RULE 19: IF team1Form IS dobra AND team2Form is dobra THEN prediction is remis;
|
||||||
RULE 20: IF team1Form IS bardzo_dobra AND team2Form is dobra THEN prediction is team1;
|
RULE 20: IF team1Form IS bardzo_dobra AND team2Form is dobra THEN prediction is team1;
|
||||||
@ -100,7 +100,7 @@ RULEBLOCK No1
|
|||||||
RULE 27: IF team1GoalsAverage IS srednio AND team2GoalsAverage is malo THEN prediction is team2;
|
RULE 27: IF team1GoalsAverage IS srednio AND team2GoalsAverage is malo THEN prediction is team2;
|
||||||
RULE 28: IF team1GoalsAverage IS duzo AND team2GoalsAverage is malo THEN prediction is team1;
|
RULE 28: IF team1GoalsAverage IS duzo AND team2GoalsAverage is malo THEN prediction is team1;
|
||||||
|
|
||||||
RULE 29: IF team1GoalsAverage IS malo AND team2GoalsAverage is srednio THEN prediction is team2;
|
RULE 29: IF team1GoalsAverage IS malo AND team2GoalsAverage is srednio THEN prediction is team1;
|
||||||
RULE 30: IF team1GoalsAverage IS srednio AND team2GoalsAverage is srednio THEN prediction is remis;
|
RULE 30: IF team1GoalsAverage IS srednio AND team2GoalsAverage is srednio THEN prediction is remis;
|
||||||
RULE 31: IF team1GoalsAverage IS duzo AND team2GoalsAverage is srednio THEN prediction is team1;
|
RULE 31: IF team1GoalsAverage IS duzo AND team2GoalsAverage is srednio THEN prediction is team1;
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ RULEBLOCK No1
|
|||||||
|
|
||||||
RULE 35: IF team1GoalsLostAverage IS malo AND team2GoalsLostAverage is malo THEN prediction is team1;
|
RULE 35: IF team1GoalsLostAverage IS malo AND team2GoalsLostAverage is malo THEN prediction is team1;
|
||||||
RULE 36: IF team1GoalsLostAverage IS srednio AND team2GoalsLostAverage is malo THEN prediction is team2;
|
RULE 36: IF team1GoalsLostAverage IS srednio AND team2GoalsLostAverage is malo THEN prediction is team2;
|
||||||
RULE 37: IF team1GoalsLostAverage IS duzo AND team2GoalsLostAverage is malo THEN prediction is team2;
|
RULE 37: IF team1GoalsLostAverage IS duzo AND team2GoalsLostAverage is malo THEN prediction is team1;
|
||||||
|
|
||||||
RULE 38: IF team1GoalsLostAverage IS malo AND team2GoalsLostAverage is srednio THEN prediction is team1;
|
RULE 38: IF team1GoalsLostAverage IS malo AND team2GoalsLostAverage is srednio THEN prediction is team1;
|
||||||
RULE 39: IF team1GoalsLostAverage IS srednio AND team2GoalsLostAverage is srednio THEN prediction is remis;
|
RULE 39: IF team1GoalsLostAverage IS srednio AND team2GoalsLostAverage is srednio THEN prediction is remis;
|
||||||
|
Loading…
Reference in New Issue
Block a user