如何删除 WEKA 中均匀分布在 class 属性中的 4000 个实例?
How to remove 4000 instance in WEKA evenly spread across class attribute?
所以我试图从我的数据集中移动 4000 个实例(有 12660 个实例具有 10 个 class 属性值)
当我使用 Remove Percentage
过滤器时,它会采用第一百分比的实例。我想在 class 属性中平均删除实例。
我该怎么做?
使用过滤器监督实例重采样。
所以我试图从我的数据集中移动 4000 个实例(有 12660 个实例具有 10 个 class 属性值)
当我使用 Remove Percentage
过滤器时,它会采用第一百分比的实例。我想在 class 属性中平均删除实例。
我该怎么做?
使用过滤器监督实例重采样。