摘要:
因果图的表示符号(原因→结果)相等:if(C) then Ef非:if(!C) then Ef与:if(C1 && C2 && C3) then Ef或:if(C1 || C2) then EfExclusive:排他Either C1 or C2 or C3C1,C2,C3不会同时成立,最多只能有... 阅读全文
摘要:
什么是Weka? Waikato Environment for Knowledge Analysis(怀卡托智能分析环境)取单词首字母简称Weka It’s a data mining/machine learning tool developed by Department of Compute... 阅读全文