From 4166a22f3ff0adff71e87fe39d26b0ec3678c408 Mon Sep 17 00:00:00 2001 From: marcin-szczepanski Date: Mon, 8 Jun 2020 22:31:41 +0200 Subject: [PATCH] Update FCL --- .../polishekstraklasa/Predictions/Prediction.fcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Back/src/main/java/com/resultprediction/polishekstraklasa/Predictions/Prediction.fcl b/Back/src/main/java/com/resultprediction/polishekstraklasa/Predictions/Prediction.fcl index 76b5d8e..a1406fb 100644 --- a/Back/src/main/java/com/resultprediction/polishekstraklasa/Predictions/Prediction.fcl +++ b/Back/src/main/java/com/resultprediction/polishekstraklasa/Predictions/Prediction.fcl @@ -30,13 +30,13 @@ FUZZIFY team2Form END_FUZZIFY FUZZIFY team1GoalsAverage - TERM malo := (0, 1) (0.25, 1) (1, 0) (10, 0); + TERM malo := (0, 1) (0.25, 1) (0.75, 0) (10, 0); TERM srednio := (0, 0) (1, 0) (1.25, 1) (2, 0) (10, 0); TERM duzo := (0, 0) (2, 0) (2.5, 1) (10, 1); END_FUZZIFY FUZZIFY team2GoalsAverage - TERM malo := (0, 1) (0.25, 1) (1, 0) (10, 0); + TERM malo := (0, 1) (0.25, 1) (0.75, 0) (10, 0); TERM srednio := (0, 0) (1, 0) (1.25, 1) (2, 0) (10, 0); TERM duzo := (0, 0) (2, 0) (2.5, 1) (10, 1); END_FUZZIFY