decision-tree
Learning in C++/Waffles with object weights
I wonder if it is possible to pass object weights along with features in Waffle开发者_如何转开发s supervised learners (e.g. decision trees) for boosting purposes?This does not appear to be possible, b[详细]
2023-04-12 06:10 分类:问答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 coul[详细]
2023-04-10 11:30 分类:问答OpenCV - Random Forest Example
Does anyone have some example using Random Forests with the 2.3.1 API Mat and not开发者_运维问答 the cvMat?[详细]
2023-04-10 06:00 分类:问答How to print out the predicted class after cross-validation in WEKA
Once a 10-fold cross-validation is done with a classifier, how can I print out the prediced class of every instance and the distribution of these instances?[详细]
2023-04-03 00:01 分类:问答Decision tree software/library for knowledge base [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-31 18:15 分类:问答How should I store a sparse decision tree(move list) in a database?
I have been thinking of making an AI for a board game for a long time, and recently I\'ve started to gather resources and algorithms. The game is non-random, and most of the time, there < 3 moves f[详细]
2023-03-26 16:43 分类:问答Behavior Tree versus State machine
I want to implement a complex branching logic Android business application to be used as a marketing questionaire tool with lots of questions and branching among them according to what the user respon[详细]
2023-03-20 13:00 分类:问答Generate a decision tree given a set of rules
in the last few days I\'ve been thinking about this problem without finding an optimal solution, hence this question.[详细]
2023-03-20 03:17 分类:问答Decision tree with recursive sort algorithm
I was wondering if someone can help me understand how to create a decision tree for a recursive sort. I understand how to do it with, say, bubble sort or insertion sort. When it comes to a recursive s[详细]
2023-03-18 08:36 分类:问答how to implement c# code/logic based on decision tree?
i have big decision tree with many Yes/No questions. i need implement some code with c# and go trough this tree and get unique id as return.[详细]
2023-03-13 07:14 分类:问答