Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.CompoundBaggingsTree:
Public Member Functions | |
CompoundBaggingsTree () | |
String | classify (String[] values) |
String | toString () |
Protected Member Functions | |
CompoundBaggingsTree (Element el) throws TreeModelException | |
Element | toXML () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Empty constructor. |
|
Proprietary constructor given the XML element.
|
|
Method used to classify an input instance. Given n distinct classifiers C1, . . . ,Cn, a voting classifier assigns to a tuple the class mostly assigned by C1, . . . ,Cn. If two or more classification values have the same score, then the method returns the first one.
Implements kddml.Core.DataMining.ClassificationTrees.CompoundTree. |
|
Returns a representation of this object as string.
Implements kddml.Core.DataMining.ClassificationTrees.Node. |
|
Returns a representation of this object as PMML element.
Implements kddml.Core.DataMining.ClassificationTrees.CompoundTree. |