decision-tree
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[详细]
2023-02-08 03:16 分类:问答decision tree on information gain
if i got two decision trees on th开发者_JAVA技巧e same amount of nodes, which is considered better?[详细]
2023-02-01 08:52 分类:问答question about decision trees
after studying decision tree for a while, I noticed there is a small technique called boosting. I see in normal cases, it will improve the accuracy of the decision tree.[详细]
2023-01-26 08:56 分类:问答Quicksort decision tree
I have just spent a couple of hours trying to represent the decision tree for the quick开发者_StackOverflowsort algorithm on a set of elements (and I also searched the web). I would like to know what[详细]
2023-01-21 14:05 分类:问答The effect of Decision Tree Pruning
I want to know if I build up a decision tree A like ID3 from training and validation set,but A is unpruned.[详细]
2023-01-21 01:38 分类:问答The termination criteria when building decision tree
I a开发者_如何转开发m writing my own code for a decision tree. I need to decide on when to terminate the tree building process. I could think of limiting the height of the tree, but this seems trivial[详细]
2023-01-20 15:16 分类:问答Decision tree induction open-source code [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-18 10:12 分类:问答In ID3 implementation, at which point the recursion in Algorithm should stop
In ID3 implementation, at w开发者_StackOverflow中文版hich point the recursion in Algorithm should stop.A branch stops when there are no examples left to classify or there are no attributes left to cla[详细]
2023-01-16 15:11 分类:问答Java Decision Tree for Numeric Attributes & Classes
I\'m looking for a java lib开发者_运维技巧rary for decision trees which accepts numeric attributes and classes/grades. Weka\'s J48 deals with discrete attributes but doesn\'t accept numeric ones.[详细]
2023-01-16 04:35 分类:问答What is the difference between a Decision Tree and a Bayesian Network?
If 开发者_如何学JAVAI understand it right, both use Bayes Theorem to generate an acyclic graph and calculate percentages based on functions applied at every node.[详细]
2023-01-10 02:39 分类:问答