aivis-engine-v2-cn-sdk-c  0.0.0-master.5224.aec3e3c7x
Data Fields
DtoFloatConstraintValuesWithNextNormal Struct Reference

#include <aivis-engine-v2-cn-core-full.h>

Data Fields

int64_t timestamp
 
struct DtoFloatCostValueWithNextNormal cost
 
struct List_DtoFloatConstraintValueWithNextNormal constraints
 
struct List_DtoFeatureValueWithNextNormal features
 

Detailed Description

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)

Field Documentation

◆ constraints

struct List_DtoFloatConstraintValueWithNextNormal DtoFloatConstraintValuesWithNextNormal::constraints

List of model function values and its next normal values

◆ cost

struct DtoFloatCostValueWithNextNormal DtoFloatConstraintValuesWithNextNormal::cost

Evaluation of cost function before and after optimization

◆ features

struct List_DtoFeatureValueWithNextNormal DtoFloatConstraintValuesWithNextNormal::features

Next normal feature values and rating of underlying features

◆ timestamp

int64_t DtoFloatConstraintValuesWithNextNormal::timestamp

Detection timestamp for this data point


The documentation for this struct was generated from the following file: