Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
3 answers
5k views

Convert Decision Table To Decision Tree

How to convert or visualize decision table to decision tree graph, is there an algorithm to solve it, or a software to visualize it? For example, I want to visualize my decision table below: https://...
Putra Ardiansyah's user avatar
-2 votes
1 answer
1k views

how to define defrule in CLIPS

(defrule amphibian "" (water-aniaml yes) (aquatic yes) (eats-instencts no) (not(guess ?)) => (assert (guess("guess not amphibian")))) (defrule skin-dddeceptionn "" (water-aniaml yes) (...
Nesreen's user avatar
3 votes
1 answer
1k views

How much data do I need for recommender system?

I have to develop a personality/job suitability online test for an HR department. Basically, users will answer questions, on a scale of 0-10 for example, and after say 50 questions, I want to ...
AwokeKnowing's user avatar
  • 8,146
2 votes
1 answer
2k views

opensource php expert system for mySQL [closed]

I am looking for a open-source expert system (hopefully php). I would like something analogous to a binary decision tree, or some kind of yes/no solution to solving problems Problem ---> Questions ---...
JakeSays's user avatar
  • 2,068
11 votes
3 answers
91k views

PHP function to increment variable by 1 each time

I have started writing a PHP script for a game about creatures, there are 4 yes/no questions and what I am trying to do is write a function that will display 2 buttons that say yes and no and give ...
Harry12345's user avatar
  • 1,160
0 votes
2 answers
2k views

Building an expert system/decision based in PHP

The problem I am trying to solve is I have 16 different animals and I need to write a PHP script that asks the user 4 yes/no questions and each question narrows down the available animals until ...
Harry12345's user avatar
  • 1,160
2 votes
3 answers
2k views

artificial intelligence and expert systems

I started building my expert system from generating decision tree like this: decision tree: http://obrazki.elektroda.pl/6125718100_1336340563.png I used PC-Shell to build expert system, main code ...
user1379570's user avatar
1 vote
1 answer
2k views

Building web-based expert systems?

A client has asked us to build a web-based tool to help new users entering into their domain. The system would ask users questions to help build a profile on them and their interests. The profile ...
jeighke's user avatar
  • 11
8 votes
2 answers
3k views

Inference engines vs Decision trees [closed]

I am using an expert system with an inference engine (forward chaining) and I would like to explain why it is better than a decision tree using very simple concepts. (in one particular situation) I ...
Ricky Bobby's user avatar
  • 7,608
3 votes
2 answers
350 views

Automated Legal Question and Answering System

I'm trying to implement a web application that will let users define rules and ask questions to see if statements are legal or illegal according to a set of rules. The domains I have in mind would be ...
Cerin's user avatar
  • 64.5k
3 votes
1 answer
12k views

Drools: insertLogical and retract

This is a follow up on my previous question. I have a decision tree in the following form: and I want to transform it into rules in Drools Expert. The use of insertLogical has been proposed. Drools ...
John Manak's user avatar
  • 13.5k
10 votes
3 answers
16k views

Decision trees and rule engines (Drools)

In the application that I'm working on right now, I need to periodically check eligibility of tens of thousands of objects for some kind of a service. The decision diagram itself is in the following ...
John Manak's user avatar
  • 13.5k
0 votes
1 answer
529 views

Building a decision tree system to help spec out a system

I'm looking into a way to build a system that will help our sales team spec a product. The ideal system would ask some base questions which is common amongst all products. Further questions would then ...
thiswayup's user avatar
  • 2,079