摘要: // TODO: Add your command handler code here CImageDoc*pDoc=GetDocument(); pDoc->save_curregionID(); std::ifstream ID_file("E:\\all_ID.txt",ios::in ); std::ifstream label_file("E:\\all_label.txt",ios::in ); if (!ID_file.is_open()) AfxMessageBox("Unable to open ID_file" 阅读全文
posted @ 2011-11-18 15:44 hailong 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1.The kernel is effectively a similarity measure, so choosing a kernel according to prior knowledge of invariances as suggested by Robin (+1) is a good idea.In the absence of expert knowledge, the Radial Basis Function kernel makes a good default kernel (once you have established it is a problem req 阅读全文
posted @ 2011-11-18 10:39 hailong 阅读(326) 评论(0) 推荐(0) 编辑