From a9503280@unet.univie.ac.at  Fri Oct 13 21:08:53 2000
Received: from unet.univie.ac.at (unet.univie.ac.at [131.130.230.7])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id VAA08889
	for <prolog@swi.psy.uva.nl>; Fri, 13 Oct 2000 21:08:53 +0200 (MET DST)
Received: from unet.univie.ac.at (chello212186104033.14.univie.teleweb.at [212.186.104.33])
	by unet.univie.ac.at (8.9.3/8.9.3) with ESMTP id VAA148530
	for <prolog@swi.psy.uva.nl>; Fri, 13 Oct 2000 21:09:32 +0200
Message-ID: <39E75D5C.2D514B72@unet.univie.ac.at>
Date: Fri, 13 Oct 2000 21:07:08 +0200
From: Oliver <a9503280@unet.univie.ac.at>
X-Mailer: Mozilla 4.07 [en] (Win98; I)
MIME-Version: 1.0
To: Prolog <prolog@swi.psy.uva.nl>
Subject: tree
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi there,

We have produced a tree with the ID3 algorithm:

   t(legs,
      [2+man,
       3+[],
       4+t(food,
            [meat+lion,
             vegetables+giraffe])])

We have to evaluate our tree with our input parameters, i. e. our input
is "legs = 2" and the output we are looking for should be "man" (as you
can see in the example above), i. e. our input is "legs = 4" and "food =
meat" and the output we are looking for should be "lion".

Please, can anybody help us??

Thanks,

Oliver & Gerd


