From 07315ed492b0b83b5611a78f844a27e9d2be4167 Mon Sep 17 00:00:00 2001 From: Michele De Bonis Date: Thu, 20 Dec 2018 10:51:53 +0100 Subject: [PATCH] modification of the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f67359..aa21b32 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ if score==-1 --- undefined result if score<\th --- negative result ``` - aggregation: defines the type of aggregation to apply to the similarity scores of the fields in the list of fields - AVG(average), MAX, MIN, SUM - e.g. the similarity scores are multiplied with the weight and then the defined aggregation is applied + - possible values: AVG(average), MAX, MIN, SUM + e.g. the similarity scores are multiplied with the weight and then the defined aggregation is applied - arcs: define the next node of the tree depending on the result positive: specifies the key of the next node in case of positive result negative: specifies the key of the next node in case of negative result