I am mining on a dataset using the j48 tree algorithm.
I have been trying to understand what the useLaplace
parameter does. The only thing I have to go by is this:
Whether counts at leaves are smoothed based on LapLace
which is just the documentation which WEKA has provided. I have some questions about this though:
- What are counts at leaves?
- What is smoothing?
- What is LapLace? Is it an algorithm used for smoothing?
Everything I have found online doesn't really go into detail about what this parameter is actually doing, rather just explains that it "turns on Laplace smoothing."