ctrl <- MOAoptions(model = "HoeffdingTree", leafprediction = "MC",
removePoorAtts = TRUE, binarySplits = TRUE, tieThreshold = 0.20)
hdt <- HoeffdingTree(control=ctrl)
hdt
hdt <- HoeffdingTree(numericEstimator = "GaussianNumericAttributeClassObserver")
hdt
Run the code above in your browser using DataLab