readme

来自「vc的源代码程序的基于最小特征向量的元素的集合方法的程序源代码」· 代码 · 共 54 行

TXT
54
字号
Delete all the files except the following after the experiments. A copy ofall the scripts are kept into SCRIPTS subdirectory for safety.Directory -> C4.5Directory -> NBCDirectory -> SCRIPTSDirectory -> MISCShell Scripts -> crossVal        Shell Scripts -> tryAll.CVShell Scripts -> discretize.CVShell Scripts -> selShell Scripts -> classifier.CV    Shell Scripts -> try.CVShell Scripts -> linkexeTo run the cross validation experiemnts you have to edit the "try.CV" script.Please open the try.CV and change the parameters before conducting experiemnt.To begin, issue the following command for "filename.data"$ try.CV filenamePlease note: the filename must be without extensionAlso Note that the data along with the names file MUST BE in this CV subdirectory. While running the crossvalidation, a directory named "filename.CV" will be created within this CV subdirectory containing different crossvalidation results.The summary of the cross validation result will be found in "filename.summary" file under "filename.CV" subdirectory. The "filename.summary" keeps thefollowing information1st Column: C4.5 ErrorRate on continuous training data (bef. pruning)            C4.5 ErrorRate on continuous test data     (bef. pruning)2nd Column: C4.5 ErrorRate on continuous training data (aft. pruning)            C4.5 ErrorRate on continuous test data     (aft. pruning)3rd Column: C4.5 ErrorRate on discretized training data (bef. pruning)            C4.5 ErrorRate on discretized test data     (bef. pruning)4th Column: C4.5 ErrorRate on discretized training data (aft. pruning)            C4.5 ErrorRate on discretized test data     (aft. pruning)5th Column: NBC ErrorRate on discretized training data             NBC ErrorRate on discretized test data     6th Column: Time taken to discretize7th Column: Method used to discretizeIn fact, for analysis the error rate for the training data should be considered

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?