示例#1
0
 public static extern ErrorType reduced2(SvmKernelType kernel_type,
                                         MatrixElementType type,
                                         int templateRows,
                                         int templateColumns,
                                         SvmTrainerType trainer_type,
                                         IntPtr trainer,
                                         uint num_bv,
                                         double eps,
                                         out IntPtr ret);
示例#2
0
 public static extern ErrorType cross_validate_trainer_svm_trainer(SvmKernelType kernelType,
                                                                   MatrixElementType type,
                                                                   SvmTrainerType trainerType,
                                                                   IntPtr trainer,
                                                                   int templateRows,
                                                                   int templateColumns,
                                                                   IntPtr x,
                                                                   IntPtr y,
                                                                   int folds,
                                                                   out IntPtr ret);
示例#3
0
 public static extern ErrorType train_probabilistic_decision_function_svm_trainer(SvmKernelType kernelType,
                                                                                  MatrixElementType type,
                                                                                  SvmTrainerType trainerType,
                                                                                  IntPtr trainer,
                                                                                  int templateRows,
                                                                                  int templateColumns,
                                                                                  IntPtr x,
                                                                                  IntPtr y,
                                                                                  int folds,
                                                                                  out IntPtr ret);
示例#4
0
 public static extern ErrorType reduced_decision_function_trainer2_train_double(SvmKernelType kernel_type,
                                                                                MatrixElementType type,
                                                                                int templateRows,
                                                                                int templateColumns,
                                                                                SvmTrainerType trainer_type,
                                                                                IntPtr trainer,
                                                                                IntPtr x,
                                                                                IntPtr y,
                                                                                out IntPtr ret);
示例#5
0
 public static extern void reduced_decision_function_trainer2_delete(SvmKernelType kernel_type,
                                                                     MatrixElementType type,
                                                                     int templateRows,
                                                                     int templateColumns,
                                                                     SvmTrainerType trainer_type,
                                                                     IntPtr trainer);