libfann.i.rej
来自「一个功能强大的神经网络分析程序」· REJ 代码 · 共 23 行
REJ
23 行
****************** 74,81 **** } // create_array is used instead- %ignore fann_create;- %ignore fann_create_shortcut; %rename(fann_run_old) fann_run; %rename(fann_run) fann_run2;--- 74,84 ---- } // create_array is used instead+ // FIXME: ?new swig bug? %ignore creates unneeded python statements that fail+ //%ignore fann_create;+ //%ignore fann_create_shortcut;+ %rename(fann_create_neverused) fann_create;+ %rename(fann_create_shortcut_neverused) fann_create_shortcut; %rename(fann_run_old) fann_run; %rename(fann_run) fann_run2;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?