Update FCL

This commit is contained in:
marcin-szczepanski 2020-05-24 15:25:44 +02:00
parent 6bb53d21fb
commit c52bd1cb85

View File

@ -103,6 +103,7 @@ RULEBLOCK No1
RULE 1: IF goalkeeperForm IS zla AND possessionAverage IS malo THEN prediction IS przegrana;
RULE 2: IF possessionAverage IS duzo AND shootsOnTargetAverage IS duzo THEN prediction IS wygrana;
RULE 3: IF lastMatchesResultBetweenAverage IS slabo OR lastMatchesResultBetweenAverage IS przecietnie OR lastMatchesResultBetweenAverage IS dobrze THEN prediction IS remis;
RULE 4: IF goalkeeperForm IS znakomita AND shootsOnTargetAverage IS malo THEN prediction IS przegrana;
END_RULEBLOCK
END_FUNCTION_BLOCK