|
MetricKnn API
Fast Similarity Search using the Metric Space Approach
|
Public Attributes | |
| bool | is_predef |
| bool | is_custom |
| bool | is_factory |
| struct { | |
| struct MknnDistanceDef * def | |
| struct MknnDistanceInstance instance | |
| MknnDistanceParams * parameters | |
| bool free_parameters_on_release | |
| } | predef |
| struct { | |
| mknn_function_distanceEval_createState func_createState | |
| mknn_function_distanceEval_eval func_eval | |
| mknn_function_distanceEval_releaseState func_releaseState | |
| } | custom |
| struct { | |
| void * state_factory | |
| mknn_function_distanceFactory_createDistEval func_factory | |
| mknn_function_distanceFactory_releaseFactory func_release | |
| } | factory |
1.8.9.1