Community & Support
Learn
Marketplace
Discussions
Categories
Discussions
General
Platform
Academic
Partner
Regional
User Groups
Documentation
Events
Altair Exchange
Share or Download Projects
Resources
News & Instructions
Programs
YouTube
Employee Resources
This tab can be seen by employees only. Please do not share these resources externally.
Groups
Join a User Group
Support
Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Altair RapidMiner
"Rules Decision Tree"
kkass
Hi, everyone.
I developed a operator.My operator creates a Decision Tree model for the data1.
//create a model Decision Tree
DecisionTreeLearner evaluator;
try {
evaluator = OperatorService.createOperator(DecisionTreeLearner.class);
} catch (OperatorCreationException e) {
throw new UserError(this, 904, "DecisionTreeLearner operator", e.getMessage());
}
//Modelo data1
Model A = evaluator.learn(data1);
This Model "A" is applied to other data (Data2).And sent to an output port.
ExampleSet result1 = A.apply(Data2)
exampleSetOutput1.deliver(result1);
In a result1 appears a column titled "prediction(label)" the result of applying the classification tree for each data.
How I can do to make this column appears in addition to another with the Rules used to classify?
Find more posts tagged with
AI Studio
Decision Tree
Comments
There are no comments yet
Quick Links
All Categories
Recent Discussions
Activity
My Discussions
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups