Class DtoFloatConstraintValuesWithNextNormal
java.lang.Object
com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
- All Implemented Interfaces:
IDtoFloatConstraintValuesWithNextNormal
public class DtoFloatConstraintValuesWithNextNormal
extends Object
implements IDtoFloatConstraintValuesWithNextNormal
Enhanced data point with timestamp, DtoFloatCostValueWithNextNormal, list of DtoFloatConstraintValueWithNextNormal and list of DtoFeatureValueWithNextNormal.
-
Constructor Summary
ConstructorsConstructorDescriptionDtoFloatConstraintValuesWithNextNormal(long timestamp, IDtoFloatCostValueWithNextNormal cost, IDtoFloatConstraintValueWithNextNormal[] constraints, IDtoFeatureValueWithNextNormal[] features) -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluations of constraint models.getCost()Evaluation of cost function before and after optimization.Next normal feature values and rating of underlying features.longDetection timestamp for this data point.inthashCode()voidsetConstraints(IDtoFloatConstraintValueWithNextNormal[] constraints) Evaluations of constraint models.voidEvaluation of cost function before and after optimization.voidsetFeatures(IDtoFeatureValueWithNextNormal[] features) Next normal feature values and rating of underlying features.voidsetTimestamp(long timestamp) Detection timestamp for this data point.withConstraints(IDtoFloatConstraintValueWithNextNormal[] constraints) Evaluations of constraint models.Evaluation of cost function before and after optimization.withFeatures(IDtoFeatureValueWithNextNormal[] features) Next normal feature values and rating of underlying features.withTimestamp(long timestamp) Detection timestamp for this data point.
-
Constructor Details
-
DtoFloatConstraintValuesWithNextNormal
public DtoFloatConstraintValuesWithNextNormal(long timestamp, IDtoFloatCostValueWithNextNormal cost, IDtoFloatConstraintValueWithNextNormal[] constraints, IDtoFeatureValueWithNextNormal[] features)
-
-
Method Details
-
getTimestamp
public long getTimestamp()Detection timestamp for this data point.- Specified by:
getTimestampin interfaceIDtoFloatConstraintValuesWithNextNormal
-
setTimestamp
public void setTimestamp(long timestamp) Detection timestamp for this data point.- Specified by:
setTimestampin interfaceIDtoFloatConstraintValuesWithNextNormal
-
getCost
Evaluation of cost function before and after optimization.- Specified by:
getCostin interfaceIDtoFloatConstraintValuesWithNextNormal
-
setCost
Evaluation of cost function before and after optimization.- Specified by:
setCostin interfaceIDtoFloatConstraintValuesWithNextNormal
-
getConstraints
Evaluations of constraint models.- Specified by:
getConstraintsin interfaceIDtoFloatConstraintValuesWithNextNormal
-
setConstraints
Evaluations of constraint models.- Specified by:
setConstraintsin interfaceIDtoFloatConstraintValuesWithNextNormal
-
getFeatures
Next normal feature values and rating of underlying features.- Specified by:
getFeaturesin interfaceIDtoFloatConstraintValuesWithNextNormal
-
setFeatures
Next normal feature values and rating of underlying features.- Specified by:
setFeaturesin interfaceIDtoFloatConstraintValuesWithNextNormal
-
withTimestamp
Detection timestamp for this data point. -
withCost
Evaluation of cost function before and after optimization. -
withConstraints
public DtoFloatConstraintValuesWithNextNormal withConstraints(IDtoFloatConstraintValueWithNextNormal[] constraints) Evaluations of constraint models. -
withFeatures
public DtoFloatConstraintValuesWithNextNormal withFeatures(IDtoFeatureValueWithNextNormal[] features) Next normal feature values and rating of underlying features. -
equals
-
hashCode
public int hashCode()
-