Create a 'DecisionTreeID3 object, passing 'x' and 'y' together in one table.
Create a 'DecisionTreeID3 object, passing 'x' and 'y' together in one table.
the data vectors along with their classifications stored as rows of a matrix
the names for all features/variables
boolean value to indicate whether according feature is continuous
the number of classes
the names for all classes
the value count array indicating number of distinct values per feature
DecisionTreeC45
is the companion object for theDecisionTreeC45
class.