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
the number of classes
the names for all classes
the value count array indicating number of distinct values per feature
DecisionTreeID3
is the companion object for theDecisionTreeID3
class.