- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我在 Weka 数据挖掘工具中使用朴素贝叶斯作为学习算法。朴素贝叶斯中有参数选项,如“useKernelEstimator”和“useSupervisedDiscretization”。有人可以告诉我这两个参数是什么吗? :)
最佳答案
我不是 kernelEstimator 的专家。理解最后两个。您必须先了解前两个概念。
KernelEstimator: the precision to which numeric values are given. For example, if the precision is stated to be 0.1, the values in the interval (0.25,0.35] are all treated as 0.3.
Supervised Discretization Once in a while one has numeric data but wants to use classifier that handles only nominal values. In that case one needs to discretize the data
useKernelEstimator -- Use a kernel estimator for numeric attributes rather than a normal distribution.
useSupervisedDiscretization -- Use supervised discretization to convert numeric attributes to nominal ones.
关于algorithm - 什么是朴素贝叶斯属性 : useKernelEstimator and useSupervisedDiscretization,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33871479/
我在 Weka 数据挖掘工具中使用朴素贝叶斯作为学习算法。朴素贝叶斯中有参数选项,如“useKernelEstimator”和“useSupervisedDiscretization”。有人可以告诉我
我是一名优秀的程序员,十分优秀!