• 大小: 6KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-05
  • 语言: 其他
  • 标签: K-modes  聚类算法  

资源简介

传统K-modes聚类算法,并包含F1-measures指标、聚类准确率指标和聚类纯度指标,含有UCI数据集进行测试,直接运行main即可

资源截图

代码片段和文件信息

function [resacc] = accuracy(gndestimate_label)
        res = bestMap(gndestimate_label);
        acc = length(find(gnd == res))/length(gnd);
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         151  2016-01-31 21:34  accuracy.m
     文件        1138  2016-01-31 21:34  bestMap.m
     文件         740  2016-01-31 21:34  Ex_evaluation.m
     文件       11782  2016-01-31 21:34  hungarian.m
     文件         805  2016-01-31 21:34  K_modes.m
     文件         275  2016-01-31 21:34  main.m
     文件         276  2016-01-31 21:34  purity.m
     文件         466  2016-01-31 21:34  Soybean.mat

评论

共有 条评论