aivis-engine-v2-cn-sdk-c
0.0.0-master.5224.aec3e3c7x
|
#include <aivis-engine-v2-cn-core-full.h>
Data Fields | |
int64_t | timestamp |
struct DtoFloatCostValueWithNextNormal | cost |
struct List_DtoFloatConstraintValueWithNextNormal | constraints |
struct List_DtoFeatureValueWithNextNormal | features |
Output of ConstraintNavigatorInference. It contains the timestamp at which the inference is called, DtoFloatCostValueWithNextNormal, List<DtoFloatConstraintValueWithNextNormal>
, and List<DtoFeatureValueWithNextNormal>
. DTO class for transferring DtoFloatConstraintValuesWithNextNormal from/to the engine. NOTE: This is not part of the JSON-API (Object is not serialized to json)
struct List_DtoFloatConstraintValueWithNextNormal DtoFloatConstraintValuesWithNextNormal::constraints |
List of model function values and its next normal values
struct DtoFloatCostValueWithNextNormal DtoFloatConstraintValuesWithNextNormal::cost |
Evaluation of cost function before and after optimization
struct List_DtoFeatureValueWithNextNormal DtoFloatConstraintValuesWithNextNormal::features |
Next normal feature values and rating of underlying features
int64_t DtoFloatConstraintValuesWithNextNormal::timestamp |
Detection timestamp for this data point