test_class.h

来自「KNN algorithm, and related」· C头文件 代码 · 共 27 行

H
27
字号
/*--------------------------------------------------------------------------@COPYRIGHT  :              Copyright 1997, Vasken Kollokian,               McConnell Brain Imaging Centre,              Montreal Neurological Institute, McGill University.              Permission to use, copy, modify, and distribute this              software and its documentation for any purpose and without              fee is hereby granted, provided that the above copyright              notice appear in all copies.  The author and McGill University              make no representations about the suitability of this              software for any purpose.  It is provided "as is" without              express or implied warranty.---------------------------------------------------------------------------- $RCSfile: test_class.h,v $$Revision: 1.1.1.1 $$Author: jason $$Date: 2002/03/20 22:16:34 $$State: Exp $--------------------------------------------------------------------------*/#ifndef _TEST_CLASS_H#define _TEST_CLASS_Hvoid test_classifier_on_dummy(void);void load_dummy_feature_matrix(void);#endif

⌨️ 快捷键说明

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