decision-tree
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[详细]
2023-02-15 21:09 分类:问答Check all elements of a list (Drools Expert)
I\'m trying to write rules in Drools Expert. In the when part of the rule, I check some properties of an Application object. This object contains a List and I would like to check if a bunch of rules a[详细]
2023-02-13 09:23 分类:问答Search for corresponding node in a regression tree using rpart
I\'m pretty new to R and I\'m stuck with a pretty dumb problem. I\'m calibrating a regression tree using the rpart package in order to do some classification and some forecasting.[详细]
2023-02-13 07:18 分类:问答Best algorithm for optimizing the decisions in a simulation
I\'m looking for the best algorithm to 开发者_开发百科optimise the decisions made in a simultaion to find a fast result in a reasonable amount of time. The simultaion does a number of \"ticks\" and oc[详细]
2023-02-13 05:59 分类:问答parameter optimization for classifier algorithm
It is said that different algorithms have different parameters. I don\'t really see this as true, say if it is a tree decision algorithm and naive bayesian algorithm, what开发者_运维知识库 is the para[详细]
2023-02-12 21:32 分类:问答Generate Java code from a diagram model
In my application, I model a decision diagram (nodes+connections). I have model classes ready (two basic classes: Node and Connection + subclasses for special cases). This diagram gets very big and ke[详细]
2023-02-11 05:14 分类:问答The Role of the Training & Tests Sets in Building a Decision Tree and Using it to Classify
I\'ve been working weka for couple of months now. Currently, I\'m working on my machine learning course here in Ostfold University College.[详细]
2023-02-10 23:14 分类:问答Eclipse plugin - nodes and connection + code generation
I\'d like to create an Eclipse extension modelling a decision tree/diagram. The actual modelling would be done using a graphical interface (nodes, connections etc). I\'d like this plugin to generate c[详细]
2023-02-10 17:02 分类:问答Decision Tree Learning and Impurity
There are three ways to measure i开发者_StackOverflowmpurity: What are the differences and appropriate use cases for each method?If the p_i\'s are very small, then doing multiplication on very[详细]
2023-02-09 13:32 分类:问答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[详细]
2023-02-08 06:48 分类:问答