Esempio n. 1
0
 public static extern ErrorType normalized_function_set_function(SvmKernelType kernelType,
                                                                 MatrixElementType type,
                                                                 int templateRows,
                                                                 int templateColumns,
                                                                 SvmFunctionType function_type,
                                                                 IntPtr function,
                                                                 IntPtr sub_function);
Esempio n. 2
0
 public static extern ErrorType normalized_function_get_normalizer(SvmKernelType kernelType,
                                                                   MatrixElementType type,
                                                                   int templateRows,
                                                                   int templateColumns,
                                                                   SvmFunctionType function_type,
                                                                   IntPtr function,
                                                                   out IntPtr ret);
Esempio n. 3
0
 public static extern ErrorType normalized_function_operator_float(SvmKernelType kernel_type,
                                                                   MatrixElementType type,
                                                                   int templateRows,
                                                                   int templateColumns,
                                                                   SvmFunctionType function_type,
                                                                   IntPtr function,
                                                                   IntPtr sample,
                                                                   out float ret);
Esempio n. 4
0
 public static extern ErrorType normalized_function_serialize(SvmKernelType kernel_type,
                                                              MatrixElementType type,
                                                              int templateRows,
                                                              int templateColumns,
                                                              SvmFunctionType function_type,
                                                              IntPtr function,
                                                              byte[] file_name,
                                                              int file_name_length,
                                                              out IntPtr error_message);
Esempio n. 5
0
 public static extern void normalized_function_delete(SvmKernelType kernelType,
                                                      MatrixElementType type,
                                                      int templateRows,
                                                      int templateColumns,
                                                      SvmFunctionType functionType,
                                                      IntPtr function);
Esempio n. 6
0
 public static extern IntPtr normalized_function_new(SvmKernelType kernelType,
                                                     MatrixElementType type,
                                                     int templateRows,
                                                     int templateColumns,
                                                     SvmFunctionType functionType);