cubistsam.txt
来自「这是数据挖掘算法的cubist算法的具体实现.运行在dos下.」· 文本 代码 · 共 34 行
TXT
34 行
To run CubistSam.exe from MSDOS: * Make sure that you have run Cubist on your application to construct the kind of model that you want to use. * Put CubistSam.exe in a directory mentioned in your PATH setting (or, alternatively, put a link to CubistSam.exe in the directory containing your application's data files). * Change to the directory containing your application's data files. * If the application filestem is `app', say, put the cases to be run through the model in the file app.cases in the same format as the app.data file. If a case's target value is unknown, put `?' for the target value. * The MSDOS command is CubistSam -f app [-e] [-p] [> output file] The -e option shows estimated error bounds and the -p option prints a copy of the Cubist model. For example, to run CubistSam for application FOO and save the output in file DONE, the command is CubistSam -f FOO > DONE * For each case in the .cases file the output shows the target value stated in the file and the value predicted by the model. If the -e option is used, estimated 95% error bounds in the form "+- error" are shown for each case.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?