ppr_doc.txt

来自「统计模式识别算法包」· 文本 代码 · 共 38 行

TXT
38
字号
PP DriverTo compile, usef77 -o xpp ppprog.f ppr_dvr3.fThe executable will be called xpp.The following files contain the projection pursuitdriver and routines.  The driver is a short fortran programwhich looks in the file pp.config for its input and thenruns the projection pursuit routines.  In order to communicateto the program, you need to enter the information into the filepp.config.  The format of this file is as follows:--------------------------------------train_filenamen      (number of samples in training set)p      (number of predictor variables)test_filenament     (number of samples in test set)ml     ( projection pursuit parameter -see SMART manual)mu     (projection pursuit parameter -see SMART manual)out_filename----------------------------------------In the above example, replace the variables with numbers.For example:----------------------------------------train.data1002test.data75102results1-----------------------------------------

⌨️ 快捷键说明

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