Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addBooleanColumn(String, List<? extends IDtoBooleanCell>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add boolean column to this tabular data context.
- addBooleanColumnByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add a synthesized boolean column to this tabular data context.
- addBooleanSignal(String, List<? extends IDtoBooleanDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add boolean signal to this timeseries data context.
- addBooleanSignalByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add a synthesized boolean signal to this timeseries data context.
- addBooleanSignalWithAvailability(String, List<? extends IDtoBooleanDataPointWithAvailability>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add boolean signal (with availabilities) to this timeseries data context.
- addFloatColumn(String, List<? extends IDtoFloatCell>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add float column to this tabular data context.
- addFloatColumnByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add a synthesized float column to this tabular data context.
- addFloatSignal(String, List<? extends IDtoFloatDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add float signal to this timeseries data context.
- addFloatSignalByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add a synthesized float signal to this timeseries data context.
- addFloatSignalWithAvailability(String, List<? extends IDtoFloatDataPointWithAvailability>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add float signal (with availabilities) to this timeseries data context.
- addStringColumn(String, List<? extends IDtoStringCell>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add string column to this tabular data context.
- addStringColumnByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Add a synthesized string column to this tabular data context.
- addStringSignal(String, List<? extends IDtoStringDataPoint>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add string signal to this timeseries data context.
- addStringSignalByExpression(String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add a synthesized string signal to this timeseries data context.
- addStringSignalWithAvailability(String, List<? extends IDtoStringDataPointWithAvailability>) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Add string signal (with availabilities) to this timeseries data context.
- ALL - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- ANOMALY_DETECTION - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- api() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get this data's internal api
- api() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get this data's internal api
- api() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisData
B
- BOOLEAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
C
- CATEGORICAL - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetInterpreterType
- close() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysis
-
Calls
DependencyAnalysis.destroy(). - close() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisData
- COLLINEAR - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
- com.vernaio.aivis.engine.v2.base.sdk - package com.vernaio.aivis.engine.v2.base.sdk
- com.vernaio.aivis.engine.v2.base.sdk.annotation - package com.vernaio.aivis.engine.v2.base.sdk.annotation
- com.vernaio.aivis.engine.v2.base.sdk.dto - package com.vernaio.aivis.engine.v2.base.sdk.dto
- com.vernaio.aivis.engine.v2.base.sdk.exception - package com.vernaio.aivis.engine.v2.base.sdk.exception
- com.vernaio.aivis.engine.v2.dependency.analysis.sdk - package com.vernaio.aivis.engine.v2.dependency.analysis.sdk
- com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto - package com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- containsColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Check whether or not a column given by
columnIdexists in the data context. - containsSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Check whether or not a signal given by
signalIdexists in the data context. - COVARIATE - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalRole
- create() - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisData
-
Create new timeseries data context.
- create(DependencyAnalysisData, IDtoAnalysisConfig) - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysis
-
Create dependency analysis for given data and config.
D
- DependencyAnalysis - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk
-
Class for creating and handling dependency analysis.
- DependencyAnalysisData - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk
-
Class for creating and handling dependency analysis timeseries data.
- DependencyAnalysisSetup - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk
-
Class for creating and handling dependency analysis setup.
- destroy() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Destroy this tabular data context and all its data.
- destroy() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Destroy this timeseries data context and all its data.
- destroy() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysis
-
Destroy this dependency analysis.
- DtoAbstractCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoAbstractCategory() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
- DtoAbstractColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data.
- DtoAbstractColumnDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
- DtoAbstractColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column values and splits them into different categories
- DtoAbstractColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
- DtoAbstractColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoAbstractColumnValue() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
- DtoAbstractError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Base error type, generated by the engine.
- DtoAbstractError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
- DtoAbstractFeatureReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about a feature.
- DtoAbstractFeatureReport(Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
- DtoAbstractFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Parts of the formula describing the calculation while inference.
- DtoAbstractFunction(long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
- DtoAbstractInferenceSignalSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference.
- DtoAbstractInferenceSignalSpecification(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
- DtoAbstractSignalAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoAbstractSignalAspectReport(Double, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
- DtoAbstractSignalDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data.
- DtoAbstractSignalDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
- DtoAbstractSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal values and derives aspects from them.
- DtoAbstractSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
- DtoAbstractTargetAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about one aspect of the target
- DtoAbstractTargetAspectReport(IDtoDataUsageReport, IDtoSignalReport[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
- DtoAbstractTargetInterpreter - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoAbstractTargetInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetInterpreter
- DtoAbstractTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoAbstractTimeseriesDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
- DtoAggregatedCategoricalFeatureReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoAggregatedCategoricalFeatureReport(Long, Long, DtoCategoricalFunctionEvalType) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.
- DtoAggregatedCategoricalFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Aggregating a categorical signal over the time window given by min and max lags. The source of the function is DtoCategoryEqualsFunction. Numeric input and ouput.
- DtoAggregatedCategoricalFunction(long, long, DtoCategoricalFunctionEvalType, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.
- DtoAggregatedNumericalFeatureReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoAggregatedNumericalFeatureReport(Long, Long, DtoNumericalFunctionEvalType) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.
- DtoAggregatedNumericalFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Aggregating a numerical signal over the time window given by min and max lags. Numeric input and ouput.
- DtoAggregatedNumericalFunction(long, long, DtoNumericalFunctionEvalType, long, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.
- DtoAggregationType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoAnalysisConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration for a dependency analysis.
- DtoAnalysisConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
- DtoAnalysisReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about the process and the result of a dependency analysis.
- DtoAnalysisReport(IDtoProducer, IDtoAnalysisConfig, IDtoDataReport, IDtoDataUsageReport, IDtoZoomLevelReport[], IDtoDependencyReport[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
- DtoArgMaxFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the id of the function with the largest result.
- DtoArgMaxFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
- DtoArgumentValidationError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate argument: {error}
- DtoArgumentValidationError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
- DtoBooleanCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoBooleanCategory(boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- DtoBooleanCategoryWithProbability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with boolean-valued category.
- DtoBooleanCategoryWithProbability(boolean, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
- DtoBooleanCell - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and boolean value.
- DtoBooleanCell(String, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
- DtoBooleanColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoBooleanColumnValue(boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- DtoBooleanDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and boolean value.
- DtoBooleanDataPoint(long, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
- DtoBooleanDataPointWithAvailability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and boolean value.
- DtoBooleanDataPointWithAvailability(long, long, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
- DtoBooleanDataPointWithCategoryProbabilities - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of boolean-valued category-probability pairs.
- DtoBooleanDataPointWithCategoryProbabilities(long, IDtoBooleanCategoryWithProbability[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
- DtoCategoricalColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different column values as categories, which have no order.
- DtoCategoricalColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
- DtoCategoricalFunctionEvalType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoCategoricalSignalAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoCategoricalSignalAspectReport(Double, Double[], IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
- DtoCategoricalSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different signal values as categories, which have no order.
- DtoCategoricalSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
- DtoCategoricalTargetAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoCategoricalTargetAspectReport(IDtoDataUsageReport, IDtoSignalReport[], IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
- DtoCategoricalTargetInterpreter - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Different values of the target correspond to different categories.
- DtoCategoricalTargetInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetInterpreter
- DtoCategoryEqualsFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A CategoricalEqualsFunction applied to a categorical function yields a 0/1-function for one of the function's categories.
- DtoCategoryEqualsFunction(long, long, IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
- DtoCausalConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Indicates the causal role of given signals.
- DtoCausalConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
- DtoCausalIndices - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Carrier of relationship between a features and an indices.
- DtoCausalIndices(IDtoFeatureIndex[], IDtoFeatureIndex[], IDtoFeatureIndex[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
- DtoCausalRole - Enum in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoClusteringConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configures how signals are grouped into clusters in (different) zoom levels.
- DtoClusteringConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
- DtoClusterReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about a given cluster.
- DtoClusterReport(Integer, String[], String) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
- DtoColumnConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handling of a specific column.
- DtoColumnConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
- DtoColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the column data.
- DtoColumnDataReport(IDtoAbstractColumnDataReport[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
- DtoColumnDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- DtoColumnDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
- DtoColumnIdAlreadyInUseError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column ID {id} is already in use
- DtoColumnIdAlreadyInUseError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
- DtoColumnInterpreterAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} has ambiguous interpreters
- DtoColumnInterpreterAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
- DtoColumnNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find column with ID {id}
- DtoColumnNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
- DtoColumnValueAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In column with ID {id} there is ambiguity in the values for rows {row_ids}
- DtoColumnValueAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
- DtoConstantFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the constant value provided.
- DtoConstantFunction(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- DtoConstraintCollection - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Report with all the invariant subspaces.
- DtoConstraintCollection(IDtoProducer, IDtoConstraintConfig, IDtoFeatureReport) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.
- DtoConstraintConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoConstraintConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.
- DtoConstraintNavigatorHubModelUnsuitedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model with model ID {id} is not differentiable.
- DtoConstraintNavigatorHubModelUnsuitedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
- DtoConstraintsMissingError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model constraints must be provided in the inference_config in order to call the endpoint infer_float_with_next_normal.
- DtoConstraintsMissingError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
- DtoCosFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The cos function.
- DtoCosFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
- DtoCyclicSignalAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoCyclicSignalAspectReport(Double, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
- DtoCyclicSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as a cyclic variable, based on their residue after division.
- DtoCyclicSignalInterpreter(double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
- DtoDataConcurrentModificationError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to modify data with handle '{handle}' due to concurrent usage
- DtoDataConcurrentModificationError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
- DtoDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- DtoDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
- DtoDataFilterRange - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Time range of a specific signal.
- DtoDataFilterRange(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
- DtoDataQualityInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals after data removal
- DtoDataQualityInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
- DtoDataQuantityInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals
- DtoDataQuantityInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
- DtoDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the data.
- DtoDataReport(IDtoAbstractSignalDataReport[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
- DtoDataType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoDataUsageReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about the removed signals
- DtoDataUsageReport(Long, Long, Integer, Integer, IDtoSignalRemoval[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
- DtoDefaultColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float columns via DtoNumericalColumnInterpreter and string and boolean columns via DtoCategoricalColumnInterpreter.
- DtoDefaultColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
- DtoDefaultSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float signals via DtoNumericalSignalInterpreter and string and boolean signals via DtoCategoricalSignalInterpreter.
- DtoDefaultSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
- DtoDefaultTargetInterpreter - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
A float target signal is interpreted as Numerical, and a string or boolean target signal is interpreted as Categorical.
- DtoDefaultTargetInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDefaultTargetInterpreter
- DtoDefaultTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoDefaultTimeseriesDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
- DtoDependencyAnalysisConstraintConfigNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
At least one of inner_linear_constraint_config or outer_linear_constraint_config should be present
- DtoDependencyAnalysisConstraintConfigNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
- DtoDependencyReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Report of a given pair of signals, providing their mutual correlation.
- DtoDependencyReport(String[], Double, Integer) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
- DtoErrorParam - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Named parameters used in error messages.
- DtoErrorParam(String, Object) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- DtoExplainNextNormalFromHistoryConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration for explaining next normal points from history.
- DtoExplainNextNormalFromHistoryConfig(Long, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
- DtoExponentialFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Exponential function.
- DtoExponentialFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
- DtoExpressionInfo - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized signal.
- DtoExpressionInfo(String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
- DtoExpressionResultDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at timestamp '{timestamp}'
- DtoExpressionResultDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
- DtoExpressionRuntimeFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at timestamp '{timestamp}': {error}
- DtoExpressionRuntimeFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
- DtoExpressionSyntaxFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to compile expression {expression}: {error}
- DtoExpressionSyntaxFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
- DtoFeature - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFeature(long, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- DtoFeatureFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of features based on certain criteria.
- DtoFeatureFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
- DtoFeatureIndex - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Feature id to index pair.
- DtoFeatureIndex(Long, Integer) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- DtoFeatureReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about signals, aspects and features.
- DtoFeatureReport(IDtoSignalReport[], IDtoAbstractFeatureReport[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- DtoFeatureStatisticsReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Store statistics of the feature, sampled from its recorded timestamps within the operative periods.
- DtoFeatureStatisticsReport(double, double, double, double, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
- DtoFeatureValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Feature value with featureId and its value.
- DtoFeatureValue(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
- DtoFeatureValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Quadruple with id of feature, observed value of feature, next normal value of feature, rating.
- DtoFeatureValueWithNextNormal(long, double, double, double, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
- DtoFilesFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFilesFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
- DtoFloatCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFloatCategory(double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- DtoFloatCategoryWithProbability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with float-valued category.
- DtoFloatCategoryWithProbability(double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
- DtoFloatCell - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and floating point value.
- DtoFloatCell(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
- DtoFloatColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoFloatColumnValue(double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- DtoFloatConstraintValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with id of model and evaluation of model.
- DtoFloatConstraintValue(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
- DtoFloatConstraintValues - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of DtoFloatConstraintValue.
- DtoFloatConstraintValues(long, IDtoFloatCostValue, IDtoFloatConstraintValue[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
- DtoFloatConstraintValuesWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, DtoFloatCostValueWithNextNormal, list of DtoFloatConstraintValueWithNextNormal and list of DtoFeatureValueWithNextNormal.
- DtoFloatConstraintValuesWithNextNormal(long, IDtoFloatCostValueWithNextNormal, IDtoFloatConstraintValueWithNextNormal[], IDtoFeatureValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
- DtoFloatConstraintValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple with id of model, observed value of model, next normal value of model.
- DtoFloatConstraintValueWithNextNormal(String, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
- DtoFloatCostValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with cost_type and value of the cost function.
- DtoFloatCostValue(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
- DtoFloatCostValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triplet with cost_type, value of the cost function before and after optimization.
- DtoFloatCostValueWithNextNormal(String, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
- DtoFloatDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and floating point value.
- DtoFloatDataPoint(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
- DtoFloatDataPointWithAvailability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and floating point value.
- DtoFloatDataPointWithAvailability(long, long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
- DtoFloatDataPointWithCategoryProbabilities - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of float-valued category-probability pairs.
- DtoFloatDataPointWithCategoryProbabilities(long, IDtoFloatCategoryWithProbability[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
- DtoFloatDataPointWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, floating point value, list of DtoFeatureValueWithNextNormal.
- DtoFloatDataPointWithNextNormal(long, double, double, IDtoFeatureValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
- DtoFloatNextNormalConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Input configuration for defining which prediction values are normal.
- DtoFloatNextNormalConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.
- DtoFourierTransformFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoFourierTransformFunction(long, long, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.
- DtoGaussCdfFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Gaussian cummulative distribution function.
- DtoGaussCdfFunction(long, long, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
- DtoHandleDanglingError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to dereference handle '{handle}'
- DtoHandleDanglingError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
- DtoHandleTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handle '{handle}' is expected to be of type '{expected}' but was of type '{actual}'
- DtoHandleTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
- DtoHistoricalEvidenceForNextNormal - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Output object that contains information about the relation between the next normal point (the recommended action) and its closest historical record.
- DtoHistoricalEvidenceForNextNormal(Double, Long, Long, IDtoFeatureValue[], IDtoFeatureValue[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
- DtoIdCategoryEntry - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoIdCategoryEntry(long, IDtoAbstractCategory) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
- DtoIdCategoryMapFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary.
- DtoIdCategoryMapFunction(long, long, IDtoIdCategoryEntry[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
- DtoIdCategoryProbaMapFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary and its probability.
- DtoIdCategoryProbaMapFunction(long, Long[], IDtoIdCategoryEntry[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
- DtoIdentityFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identity function.
- DtoIdentityFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
- DtoIncremental - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary data to incrementally update a model.
- DtoIncremental(IDtoIncrementalBatchInfo[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
- DtoIncrementalBatchInfo - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Engine internal.
- DtoIncrementalBatchInfo(IDtoSymmetricMatrix, IDtoSymmetricBlockDiagonalMatrix, Double[], Integer[], Double) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
- DtoIncrementalLearningConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration to incrementally update the model.
- DtoIncrementalLearningConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalLearningConfig
- DtoIncrementalLearningDataQualityInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Insufficient data quality of signals at label timestamps
- DtoIncrementalLearningDataQualityInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
- DtoIncrementalLearningModelCorruptedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
DtoIncremental data does not match remaining model data: {error}
- DtoIncrementalLearningModelCorruptedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
- DtoIncrementalUpdateConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configuration used for one update step.
- DtoIncrementalUpdateConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
- DtoInferenceConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration on how to make an inference using a model.
- DtoInferenceConfig(Boolean) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
- DtoInferenceDataPredecessorMissingError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data is expected to include information on signal {id} at or before timestamp {timestamp}
- DtoInferenceDataPredecessorMissingError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
- DtoInferenceDataSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for the data needed at the inference.
- DtoInferenceDataSpecification(IDtoAbstractInferenceSignalSpecification[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
- DtoInferenceDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data specification for signal with ID {id} is expected to be of data type {expected} but was of data type {actual}
- DtoInferenceDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
- DtoInferenceOutputSpecification - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Specification of inference output type in model inference.
- DtoInferenceOutputSpecification(DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
- DtoInferenceOutputTargetInterpreterTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of target interpreter type {expected} but was {actual}
- DtoInferenceOutputTargetInterpreterTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
- DtoInferenceOutputTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of data type {expected} but was of data type {actual}
- DtoInferenceOutputTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
- DtoInferenceRawSignalSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were added directly.
- DtoInferenceRawSignalSpecification(String, DtoDataType, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
- DtoInferenceRawSignalSpecificationDataTypeAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data type of signal {id} is ambiguous in inference data specification
- DtoInferenceRawSignalSpecificationDataTypeAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- DtoInferenceSynthesizedSignalSpecification - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were calculated by an expression (synthesized).
- DtoInferenceSynthesizedSignalSpecification(String, DtoDataType, String, String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
- DtoInferenceTimeseriesDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoInferenceTimeseriesDataFilter(IDtoInferenceDataSpecification[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
- DtoInnerConstraints - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoInnerConstraints(IDtoCausalIndices, IDtoMatrix, IDtoMatrix) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.
- DtoInnerLinearConstraintConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoInnerLinearConstraintConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerLinearConstraintConfig
-
Deprecated.
- DtoInternalEngineFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Internal engine failure: {error}
- DtoInternalEngineFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
- DtoInterval - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data.
- DtoInterval() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- DtoIntervalBeforeIncident - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- DtoIntervalBeforeIncident() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- DtoIntervalWithoutIncident - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- DtoIntervalWithoutIncident() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- DtoJsonParseFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to parse json: {error}
- DtoJsonParseFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
- DtoJsonValidationFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate json: {error}
- DtoJsonValidationFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
- DtoKernelModelComponent - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- DtoKernelModelComponent(IDtoFeatureValue[], double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
- DtoKernelModelFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A KernelModel is a kernel regressor fine-tuned with the training data.
- DtoKernelModelFunction(long, DtoKernelType, IDtoAbstractCategory, IDtoFeatureValue[], IDtoKernelModelComponent[], double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
- DtoKernelType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoLagFeatureReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Feature created from source aspect by delaying it by some lag.
- DtoLagFeatureReport(Long, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
- DtoLagFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Lags the values of the source function by some fixed delay.
- DtoLagFunction(long, long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
- DtoLaggingConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Consideration of signal values in the past while inference.
- DtoLaggingConfig(Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
- DtoLicenseApiKeyNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find license api key
- DtoLicenseApiKeyNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
- DtoLicenseInsufficientError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
License terms insufficient
- DtoLicenseInsufficientError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
- DtoLicenseServerCommunicationFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to communicate with license server: {error}
- DtoLicenseServerCommunicationFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
- DtoLinearFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weighted sum over all input functions plus intercept.
- DtoLinearFunction(long, Long[], Double[], double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
- DtoLogarithmFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Natural logarithm function.
- DtoLogarithmFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
- DtoLogisticFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The logistic function.
- DtoLogisticFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
- DtoLogSumExpFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- DtoLogSumExpFunction(long, Long[], double, boolean) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
- DtoLtiFilterFeatureReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Feature created from source aspect by applying a Lti filter to it.
- DtoLtiFilterFeatureReport(Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
- DtoLtiFilterFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
An LtiFilterFunction is the convolution of a moving time window of the input with some fixed function.
- DtoLtiFilterFunction(long, long, Double[], long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
- DtoMatrix - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoMatrix(int, int, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- DtoMaxFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the largest function value among the source functions at a given timestamp.
- DtoMaxFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
- DtoModel - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Output of a signal prediction training.
- DtoModel(IDtoProducer, IDtoInferenceDataSpecification, IDtoInferenceOutputSpecification, IDtoAbstractFunction[], Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
- DtoModelConstraintInconsistentError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
For model constraint {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- DtoModelConstraintInconsistentError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
- DtoModelConstraintNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model ID {id} not part of the hub model
- DtoModelConstraintNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
- DtoModelInfo - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoModelInfo(IDtoTrainingConfig) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelInfo
-
Deprecated.
- DtoModelingConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configuration of a kernel model.
- DtoModelingConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
- DtoModelType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoModelTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model {id} is expected to be '{expected}' model but it is '{actual} model
- DtoModelTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
- DtoMollifierFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A mollifier function.
- DtoMollifierFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
- DtoNumericalColumnInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column as being numerical.
- DtoNumericalColumnInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
- DtoNumericalFunctionEvalType - Enum in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoNumericalSignalAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoNumericalSignalAspectReport(Double, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
- DtoNumericalSignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as being numerical.
- DtoNumericalSignalInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
- DtoNumericalTargetAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoNumericalTargetAspectReport(IDtoDataUsageReport, IDtoSignalReport[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
- DtoNumericalTargetInterpreter - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Values of a target interpreted as numerical are directly used.
- DtoNumericalTargetInterpreter() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetInterpreter
- DtoOperativePeriodsConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configures which time periods to be regarded as operative.
- DtoOperativePeriodsConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOperativePeriodsConfig
- DtoOperativeSignalMissingTrueValuesError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to identify operative periods: the operative signal must contain at least one 'true' value.
- DtoOperativeSignalMissingTrueValuesError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
- DtoOrFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns true if any of the source functions returns true.
- DtoOrFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
- DtoOscillatoryPhaseSignalAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoOscillatoryPhaseSignalAspectReport(Double, Double[], Double) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
- DtoOscillatoryPowerSignalAspectReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoOscillatoryPowerSignalAspectReport(Double, Double[], Double, Double) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
- DtoOscillatorySignalInterpretationFailure - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Unable to resolve oscillatory interpretation of signal {id} at time t {timestamp} due to too sparse data
- DtoOscillatorySignalInterpretationFailure(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
- DtoOscillatorySignalInterpreter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as an oscillatory wave.
- DtoOscillatorySignalInterpreter(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
- DtoOuterConstraint - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoOuterConstraint(IDtoModel, IDtoStaticNumericalCondition, Long[], Long[], Long[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.
- DtoOuterLinearConstraintConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Configuration of outer linear constraints.
- DtoOuterLinearConstraintConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterLinearConstraintConfig
-
Deprecated.
- DtoPhaseSpectrumFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- DtoPhaseSpectrumFunction(long, long, int) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.
- DtoPNormFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- DtoPNormFunction(long, Long[], int) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
- DtoPointerForeignError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer was not created by this engine instance
- DtoPointerForeignError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
- DtoPointerTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer has unexpected type
- DtoPointerTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
- DtoPowerSpectrumFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A DtoPowerSpectrumFunction returns the logarithm of the power in some frequency band. Complex vector input and numeric output.
- DtoPowerSpectrumFunction(long, long, int, int) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.
- DtoPredicate - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- DtoPredicate(long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
- DtoPrincipalDirectionFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A DtoPrincipalDirectionFunction is a linear combination of other functions.
- DtoPrincipalDirectionFunction(long, IDtoFeatureValue[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
- DtoProducer - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identifying information on the engine.
- DtoProducer(String, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
- DtoProductFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Product over all input functions.
- DtoProductFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
- DtoRawColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, whose values were added directly.
- DtoRawColumnDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
- DtoRawSignalDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were added directly.
- DtoRawSignalDataReport(String, DtoDataType) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
- DtoReluFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The rectified linear unit.
- DtoReluFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
- DtoSamplingConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Adjusts the time points where the data is evaluated, called the sample time points.
- DtoSamplingConfig() - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
- DtoScaleFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the input multiplied by the factor.
- DtoScaleFunction(long, long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- DtoSegmentFloatValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple containing an ID and a float value.
- DtoSegmentFloatValue(long, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
- DtoSegmentFloatValueWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple containing an ID, a float value, and a list of DtoFeatureValueWithNextNormal.
- DtoSegmentFloatValueWithNextNormal(long, double, double, IDtoFeatureValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
- DtoSegmentNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find segment with ID {id}
- DtoSegmentNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
- DtoSegmentsFloatDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting in a timestamp and a list of DtoSegmentFloatValue.
- DtoSegmentsFloatDataPoint(long, IDtoSegmentFloatValue[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
- DtoSegmentsFloatDataPointWithNextNormal - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting of a timestamp and a list of DtoSegmentFloatValueWithNextNormal.
- DtoSegmentsFloatDataPointWithNextNormal(long, IDtoSegmentFloatValueWithNextNormal[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
- DtoSignalConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Handling of a specific signal.
- DtoSignalConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
- DtoSignalConstraintInconsistentError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In the constraint for signal/feature {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- DtoSignalConstraintInconsistentError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
- DtoSignalConstraintInterpreterUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Constraint on signal with not supported interpreter
- DtoSignalConstraintInterpreterUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
- DtoSignalConstraintTrainingConflictError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The user set thresholds [{min_user}, {max_user}] lie outside of the data range seen in training [{min}, {max}] of signal/feature {id} at timestamp {timestamp}
- DtoSignalConstraintTrainingConflictError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
- DtoSignalDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- DtoSignalDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
- DtoSignalFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Wraps a signal into a function.
- DtoSignalFunction(long, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
- DtoSignalIdAlreadyInUseError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal ID {id} is already in use
- DtoSignalIdAlreadyInUseError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
- DtoSignalInterpreterAmbiguousError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} has ambiguous interpreters
- DtoSignalInterpreterAmbiguousError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
- DtoSignalLaggingConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Signal specific confguration how to consider past signal values.
- DtoSignalLaggingConfig(Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
- DtoSignalNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find signal with ID {id}
- DtoSignalNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
- DtoSignalRemoval - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about the removal of an specific signal.
- DtoSignalRemoval(String, DtoSignalRemovalReason) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
- DtoSignalRemovalReason - Enum in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoSignalReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Wrapper for signal and its aspects.
- DtoSignalReport(String, Double, IDtoAbstractSignalAspectReport[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
- DtoSinFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The sin function.
- DtoSinFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
- DtoStaticNumericalCondition - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Upper and Lower thesholds for linear constraints.
- DtoStaticNumericalCondition(Double, Double) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
- DtoStepFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Step function.
- DtoStepFunction(long, long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
- DtoStringCategory - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoStringCategory(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- DtoStringCategoryWithProbability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with string-valued category.
- DtoStringCategoryWithProbability(String, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
- DtoStringCell - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and string value.
- DtoStringCell(String, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
- DtoStringColumnValue - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoStringColumnValue(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- DtoStringDataPoint - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and string value.
- DtoStringDataPoint(long, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
- DtoStringDataPointWithAvailability - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and string value.
- DtoStringDataPointWithAvailability(long, long, String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
- DtoStringDataPointWithCategoryProbabilities - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of string-valued category-probability pairs.
- DtoStringDataPointWithCategoryProbabilities(long, IDtoStringCategoryWithProbability[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
- DtoStringEncodingInvalidError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer failed to be decoded as string: {error}
- DtoStringEncodingInvalidError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
- DtoSubModelIncrementalInfoNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
SubModelIncrementalInfo for model {id} cannot be found from IncrementalInfo
- DtoSubModelIncrementalInfoNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
- DtoSumFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Sum over all input functions.
- DtoSumFunction(long, Long[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
- DtoSymmetricBlockDiagonalMatrix - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoSymmetricBlockDiagonalMatrix(IDtoSymmetricMatrix[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- DtoSymmetricMatrix - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoSymmetricMatrix(int, Double[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- DtoSynthesizedColumnDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, with values calculated by an expression (synthesized).
- DtoSynthesizedColumnDataReport(String, DtoDataType, String, String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
- DtoSynthesizedSignalDataReport - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were calculated by an expression (synthesized).
- DtoSynthesizedSignalDataReport(String, DtoDataType, String, String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
- DtoTabularDataFilter - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- DtoTabularDataFilter() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
- DtoTabularDataTypesConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTabularDataTypesConfig() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
- DtoTabularExpressionInfo - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized column.
- DtoTabularExpressionInfo(String[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
- DtoTabularExpressionResultDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at row '{row_id}'
- DtoTabularExpressionResultDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
- DtoTabularExpressionRuntimeFailureError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at row '{row_id}': {error}
- DtoTabularExpressionRuntimeFailureError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
- DtoTabularFilesReaderConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTabularFilesReaderConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
- DtoTargetConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information on the target signal.
- DtoTargetConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
- DtoTargetInterpreterType - Enum in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- DtoTargetLaggingConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configuration of how to consider past target values for inference.
- DtoTargetLaggingConfig(Long, Long, Long) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
- DtoTargetSignalDataTypeUnexpectedError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- DtoTargetSignalDataTypeUnexpectedError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
- DtoTargetSignalLowQualityError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} cannot be used as target due to its low information quality.
- DtoTargetSignalLowQualityError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
- DtoTargetSignalNotFoundError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find target signal with ID {id}
- DtoTargetSignalNotFoundError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
- DtoTargetSignalTooManyCategoriesError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} of data type Float contains too many unique values: {numb_of_cats}.
- DtoTargetSignalTooManyCategoriesError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
- DtoTimeseriesDataTypesConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTimeseriesDataTypesConfig() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
- DtoTimeseriesFilesReaderConfig - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- DtoTimeseriesFilesReaderConfig(String) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
- DtoTrainingConfig - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration for a signal prediction training.
- DtoTrainingConfig(IDtoTargetConfig) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
- DtoTrainingReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information from signal prediction training relevant for report generation.
- DtoTrainingReport(IDtoProducer, IDtoTrainingConfig, IDtoDataReport, IDtoAbstractTargetAspectReport[]) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
- DtoTreeModelFunction - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A TreeModel is a tree regressor fine-tuned with the training data.
- DtoTreeModelFunction(long, Long[], IDtoTreeNode[], long) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
- DtoTreeNode - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- DtoTreeNode(long, Long[], double, int, double, double) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
- DtoWeightColumnNegativeValueError - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weight column with ID {id} has negative value in row with ID {row_id}.
- DtoWeightColumnNegativeValueError(String, IDtoErrorParam[]) - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
- DtoZoomLevelReport - Class in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Report of the clusters for a specific zoom level.
- DtoZoomLevelReport(IDtoClusterReport[], Double) - Constructor for class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
- DURATION_OF_LAST_POSITIVE_STATE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- DURATION_OF_LAST_POSITIVE_STATE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- DURATION_OF_POSITIVE_STATES - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- DURATION_OF_POSITIVE_STATES - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
E
- EngineException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Engine exceptions are thrown whenever errors within the engine occur.
- EngineException(IDtoAbstractError[]) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.EngineException
- EngineLogger - Interface in com.vernaio.aivis.engine.v2.base.sdk
-
Interface to handle logging callbacks from the engine.
- EngineTabularData - Interface in com.vernaio.aivis.engine.v2.base.sdk
-
Interface for handling engine tabular data.
- EngineTimeseriesData - Interface in com.vernaio.aivis.engine.v2.base.sdk
-
Interface for handling engine timeseries data.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDefaultTargetInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalLearningConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerLinearConstraintConfig
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelInfo
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetInterpreter
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOperativePeriodsConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterLinearConstraintConfig
-
Deprecated.
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
- equals(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
- ExcludingMap - Class in com.vernaio.aivis.engine.v2.base.sdk.dto
- ExcludingMap() - Constructor for class com.vernaio.aivis.engine.v2.base.sdk.dto.ExcludingMap
- EXOGENOUS - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalRole
F
- Flavour - Enum in com.vernaio.aivis.engine.v2.base.sdk.annotation
-
Flavours define different sets of library features.
- FlavourRequirement - Annotation Type in com.vernaio.aivis.engine.v2.base.sdk.annotation
-
This annotation defines a list of library flavours being allowed to call the annotated method.
- FLOAT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
- FULL - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
G
- GAUSSIAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- getAbsArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Take the absolute values of the sources
- getAbsArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Take the absolute values of the sources
- getAdditionalProperties() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- getAdditionalProperties() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- getAdditionalProperties() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- getAdditionalProperties() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
- getAdditionalProperties() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
- getAdditionalProperties() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
- getAdditionalSampleMesh() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Time increment after which sample time points are added within existing gaps (their value will be the last known value).
- getAdditionalSampleMesh() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSamplingConfig
-
Time increment after which sample time points are added within existing gaps (their value will be the last known value).
- getAdditionalSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- getAdditionalSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
FunctionId of the only input function.
- getArgument() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
FunctionId of the only input function.
- getArgument() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
FunctionId of the only input function.
- getArguments() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
The values of these functions are used as input.
- getArguments() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
The values of these functions are used as input.
- getAspect() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
Id of this aspect.
- getAspect() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Id of this aspect.
- getAspects() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
Relevant aspects derived from the signal.
- getAspects() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalReport
-
Relevant aspects derived from the signal.
- getAvailability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- getAvailabilitySignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for availability
- getAvailabilitySignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for availability
- getBatches() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
-
Engine internal.
- getBatches() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncremental
-
Engine internal.
- getBooleanColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get boolean data of a column with given
columnIdfrom this tabular data context. - getBooleanColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of boolean column ids
- getBooleanColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of boolean column ids
- getBooleanSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get boolean data of a signal with given
signalIdfrom this timeseries data context. - getBooleanSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- getBooleanSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- getCatCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- getCatCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- getCategories() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategories() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Category.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
FunctionId of the only input function.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Category.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The category the key is mapped to.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Category.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Category.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
FunctionId of the only input function.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Category.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The category the key is mapped to.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Category.
- getCategory() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
- getCategory() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
- getCategory() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
- getCategory() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- getCausal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Assignation of causal role of different signals.
- getCausal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Assignation of causal role of different signals.
- getCausalIndices() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Maps features to indices to interpret order the projection matrix and gradient matrix.
- getCausalIndices() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerConstraints
-
Deprecated.Maps features to indices to interpret order the projection matrix and gradient matrix.
- getCenter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Signal that minimizes the distance to every other signal in the cluster.
- getCenter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusterReport
-
Signal that minimizes the distance to every other signal in the cluster.
- getChildren() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getChildren() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getClustering() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configures how signals are grouped into clusters.
- getClustering() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configures how signals are grouped into clusters.
- getClusters() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
-
All clusters for this zoom level.
- getClusters() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoZoomLevelReport
-
All clusters for this zoom level.
- getCoefficient() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getCoefficient() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getCoefficients() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- getCoefficients() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- getCoeffs() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Coefficients of linear function.
- getCoeffs() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Coefficients of linear function.
- getCols() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- getCols() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
ID of the column.
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
ID of the column.
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
ID of the column.
- getColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
ID of the column.
- getColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
ID of the column.
- getColumnDataReport() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get
DtoColumnDataReport. - getColumnDataType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get
DtoDataTypeof givencolumnIdfrom this data context. - getColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
-
Information on all columns in the data.
- getColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataReport
-
Information on all columns in the data.
- getComponents() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getComponents() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getCondition() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.Condition on the constraint.
- getCondition() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.Condition on the constraint.
- getConfig() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Input configuration that resulted in this object.
- getConfig() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- getConfig() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Input configuration that resulted in this object.
- getConfig() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Input configuration that resulted in this object.
- getConfig() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- getConfig() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Input configuration that resulted in this object.
- getConstant() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- getConstant() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
- getConstraint() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Configuration required to compute the linear constraints based on a given dataset.
- getConstraint() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Configuration required to compute the linear constraints based on a given dataset.
- getConstraints() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluations of constraint models.
- getConstraints() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- getConstraints() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluations of constraint models.
- getConstraints() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- getConstraints(DependencyAnalysisData, IDtoConstraintConfig, List<Long>) - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysis
-
Deprecated.Experimental: Might change in future releases.
- getConstraintValuesPreview() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- getConstraintValuesPreview() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- getControlPoint() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getControlPoint() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getControlPointCount() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
Granularity of the model.
- getControlPointCount() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelingConfig
-
Granularity of the model.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
Correlation between the two signals.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
Overall strength of interdependency between this signal and one target aspect.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDependencyReport
-
Correlation between the two signals.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- getCorrelation() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalReport
-
Overall strength of interdependency between this signal and one target aspect.
- getCost() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluation of cost function.
- getCost() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- getCost() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluation of cost function.
- getCost() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- getCostType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Type of cost function.
- getCostType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Type of cost function.
- getCostType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Type of cost function.
- getCostType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Type of cost function.
- getCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Number of the recorded timestamps
- getCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Number of the recorded timestamps
- getCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getCovariate() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can't actively be changed but change as a response to interventional and exogenous signals.
- getCovariate() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Covariate feature -> index.
- getCovariate() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Signals which can't actively be changed but change as a response to interventional and exogenous signals.
- getCovariate() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalIndices
-
Covariate feature -> index.
- getCovariateFeatures() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are covariate.
- getCovariateFeatures() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are covariate.
- getCycleLength() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- getCycleLength() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- getData() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the data this object was based on.
- getData() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on the data this object was based on.
- getData() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Information on the data this object was based on.
- getData() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Information on the data this object was based on.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Restrictions on the data used.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Restrictions on the data used.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
-
Restrictions on the data used.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
Restrictions on the data used.
- getDataFilter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Restrictions on the data used.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Restrictions on the data used.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Restrictions on the data used.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalUpdateConfig
-
Restrictions on the data used.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceConfig
-
Restrictions on the data used.
- getDataFilter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Restrictions on the data used.
- getDataSpecifications() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- getDataSpecifications() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Data type of the column.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Data type of the column.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Data type of the column.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
Data type of the column.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
Data type of the column.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
Data type of the signal.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Data type of the column.
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Data type of the signal.
- getDataType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
-
Type of inference output value
- getDataType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceOutputSpecification
-
Type of inference output value
- getDataTypes() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- getDataTypes() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- getDataTypes() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- getDataTypes() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- getDataUsage() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- getDataUsage() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the signals that were removed and the reason.
- getDataUsage() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- getDataUsage() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- getDataUsage() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- getDataUsage() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Information on the signals that were removed and the reason.
- getDataUsage() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- getDataUsage() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- getDefaultCausalRole() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Default causal role (Interventional, Covariate, Exogenous) of the undeclared signals.
- getDefaultCausalRole() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Default causal role (Interventional, Covariate, Exogenous) of the undeclared signals.
- getDefaultType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- getDefaultType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- getDefaultType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- getDefaultType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- getDependencies() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Report with correlations for any pair of signals.
- getDependencies() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Report with correlations for any pair of signals.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- getDetails() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- getDetails() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- getDev() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- getDev() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalUpdateConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceConfig
-
Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- getDev() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Unstable and undocumented configuration options.
- getDistance() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The L2 distance to the closest historical record, normalized by sqrt(feature count).
- getDistance() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The L2 distance to the closest historical record, normalized by sqrt(feature count).
- getEffectiveLabel() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- getEffectiveLabel() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- getEnableIncremental() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
Flag indicating if data for incremental learning is added to model and enabling incremental adaptes of the model later on.
- getEnableIncremental() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelingConfig
-
Flag indicating if data for incremental learning is added to model and enabling incremental adaptes of the model later on.
- getEndLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- getEndLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times before this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times before this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- getEndTime() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Last timestamp, excluded, where the analysis may be made.
- getEndTime() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoExplainNextNormalFromHistoryConfig
-
Last timestamp, excluded, where the analysis may be made.
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- getEntries() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricBlockDiagonalMatrix
- getEntries() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- getErrors() - Method in exception com.vernaio.aivis.engine.v2.base.sdk.exception.EngineException
- getEvalType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- getEvalType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- getEvalType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- getEvalType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- getEvalType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- getEvalType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- getEvalType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- getEvalType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- getExcludeColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, exclude all these columns.
- getExcludeColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, exclude all these columns.
- getExcludeFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all these features.
- getExcludeFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all these features.
- getExcludeFiles() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- getExcludeFiles() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- getExcludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- getExcludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all features created by these signals.
- getExcludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- getExcludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all features created by these signals.
- getExogenous() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can't actively be changed, are external to the system or are imposed to them by external factors.
- getExogenous() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Exogenous feature -> index.
- getExogenous() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Signals which can't actively be changed, are external to the system or are imposed to them by external factors.
- getExogenous() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalIndices
-
Exogenous feature -> index.
- getExogenousFeatures() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are exogenous.
- getExogenousFeatures() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are exogenous.
- getExpression() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- getExpression() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- getExpression() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- getExpression() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- getExpression() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- getExpression() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- getExpressionInfo(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get expression info of a synthesized column with given
columnIdfrom this tabular data context. - getExpressionInfo(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get expression info of a synthesized signal with given
signalIdfrom this timeseries data context. - getFactor() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- getFactor() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
- getFactors() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
The values of these functions are used as input.
- getFactors() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
The values of these functions are used as input.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- getFeature() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Feature id.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Feature id.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
-
Id of this feature.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of this feature.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Id of this feature.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- getFeature() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Id of this feature.
- getFeature() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Id of this feature.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractFeatureReport
-
Id of this feature.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of this feature.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Id of this feature.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureIndex
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Id of this feature.
- getFeature() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
-
Id of this feature.
- getFeatureFilter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Constrains the allowed feature space for next normal points.
- getFeatureFilter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFloatNextNormalConfig
-
Deprecated.Constrains the allowed feature space for next normal points.
- getFeatureReport() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Information on the data this object was based on.
- getFeatureReport() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Information on the data this object was based on.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Features used in the model.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Features used in the model.
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- getFeatures() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Features used in the model.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
-
Features used in the model.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
-
Features used in the model.
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureReport
- getFeatures() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
-
Features used in the model.
- getFilesFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- getFilesFilter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- getFilesFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- getFilesFilter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- getFloatColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get float data of a column with given
columnIdfrom this tabular data context. - getFloatColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of float column ids
- getFloatColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of float column ids
- getFloatSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get float data of a signal with given
signalIdfrom this timeseries data context. - getFloatSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of float signal ids
- getFloatSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of float signal ids
- getFolder() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Path to the archive folder
- getFolder() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- getFolder() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Path to the archive folder
- getFolder() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- getForceRetain() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Prevents the removal of the signal and forces inclusion of all signal aspects and of derived features.
- getForceRetain() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Prevents the removal of the signal and forces inclusion of all signal aspects and of derived features.
- getFrequency() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- getFrequency() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- getFrequency() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
The frequency to which the phase belongs.
- getFrequency() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
The frequency to which the phase belongs.
- getFunctions() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
A list of all functions necessary for model inference.
- getFunctions() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
A list of all functions necessary for model inference.
- getGradientTransformationMatrix() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Gradient transformation matrix associated to the projection matrix.
- getGradientTransformationMatrix() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerConstraints
-
Deprecated.Gradient transformation matrix associated to the projection matrix.
- getHistory() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The feature values of the historical record.
- getHistory() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The feature values of the historical record.
- getHistoryTimestamp() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The timestap at which the closest historical record is found.
- getHistoryTimestamp() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The timestap at which the closest historical record is found.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Row id of this cell.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Row id of this cell.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The key.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
Row id of this cell.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
ID of the function.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Row id of this cell.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Row id of this cell.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The key.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
Row id of this cell.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
ID of the function.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getId() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Unique id of the cluster.
- getId() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusterReport
-
Unique id of the cluster.
- getIdColumn() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
The header for id
- getIdColumn() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
The header for id
- getIgnoreSignalAvailabilities() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- getIgnoreSignalAvailabilities() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- getIncludeColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, include only these columns.
- getIncludeColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, include only these columns.
- getIncludeFeatures() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to these features.
- getIncludeFeatures() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to these features.
- getIncludeFiles() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- getIncludeFiles() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- getIncludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- getIncludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to the features created by these signals.
- getIncludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- getIncludeSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to the features created by these signals.
- getIncremental() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Necessary data to incrementally update the model.
- getIncremental() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Necessary data to incrementally update the model.
- getIndex() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- getIndex() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureIndex
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Specification of signals used for constraints creation.
- getInferenceDataSpecification() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Specification of signals used for constraints creation.
- getInferenceDataSpecification() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- getInferenceOutputSpecification() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Specification of inference output type in model inference.
- getInferenceOutputSpecification() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Specification of inference output type in model inference.
- getInferenceTimeRanges() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- getInferenceTimeRanges() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- getInfo() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Deprecated.Experimental: Might change in future releases. Information about this Model and its creation; not needed for inference
- getInfo() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Deprecated.Experimental: Might change in future releases.
- getInnerConstraints() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Inner constraints computed from data.
- getInnerConstraints() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Inner constraints computed from data.
- getInnerLinearConstraint() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of inner linear constraints.
- getInnerLinearConstraint() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configuration of inner linear constraints.
- getIntendTargetSynchronizedInference() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
If false, signals are cleaned that behave special at the timestamps of the target.
- getIntendTargetSynchronizedInference() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelingConfig
-
If false, signals are cleaned that behave special at the timestamps of the target.
- getIntercept() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Intercept of linear function.
- getIntercept() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Intercept of linear function.
- getInterpreter() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
Controls how this column will be interpreted.
- getInterpreter() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
Controls how this column will be interpreted.
- getInterpreter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Controls how aspects are derived from the signal values.
- getInterpreter() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Defines how the target is interpreted.
- getInterpreter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Controls how aspects are derived from the signal values.
- getInterpreter() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
Defines how the target is interpreted.
- getInterval() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Fixed distance of the chosen timestamps.
- getInterval() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoExplainNextNormalFromHistoryConfig
-
Fixed distance of the chosen timestamps.
- getInterventional() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can actively be changed.
- getInterventional() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Interventional feature -> index.
- getInterventional() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Signals which can actively be changed.
- getInterventional() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalIndices
-
Interventional feature -> index.
- getInterventionalFeatures() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are interventional.
- getInterventionalFeatures() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are interventional.
- getInvolvedColumnIds() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
-
List of used columns.
- getInvolvedColumnIds() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionInfo
-
List of used columns.
- getInvolvedColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- getInvolvedColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- getInvolvedSignalIds() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
-
List of used signals.
- getInvolvedSignalIds() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionInfo
-
List of used signals.
- getInvolvedSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- getInvolvedSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- getInvolvedSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- getInvolvedSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- getIsSobolPoint() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- getIsSobolPoint() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- getKernelMatrixControlPoints() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- getKernelMatrixControlPoints() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- getKernelMatrixOrder() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- getKernelMatrixOrder() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- getKernelMatrixSamples() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- getKernelMatrixSamples() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- getKernelType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getKernelType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getKey() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- getKey() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- getLabel() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalLearningConfig
-
Label within the incrementally added data.
- getLabel() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalLearningConfig
-
Label within the incrementally added data.
- getLabelMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getLabelMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getLabelMeanInRoot() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getLabelMeanInRoot() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
The delay.
- getLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
The delay.
- getLag() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Lag applied to source aspect to create feature.
- getLag() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Lag applied to source aspect to create feature.
- getLaggedCorrelations() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLaggedCorrelations() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- getLagging() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Configures which time points in the past to consider to make a prediction.
- getLagging() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
If a target lagging config is set, past values of the target are used for prediction of the current target value.
- getLagging() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures which time points in the past to consider to make a prediction.
- getLagging() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Configures which time points in the past to consider to make a prediction.
- getLagging() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
If a target lagging config is set, past values of the target are used for prediction of the current target value.
- getLagging() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configures which time points in the past to consider to make a prediction.
- getLinearModelInverseGramMatrix() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
-
Engine internal.
- getLinearModelInverseGramMatrix() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncremental
-
Engine internal.
- getLowerThreshold() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Prediction values below this threshold are not normal.
- getLowerThreshold() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
-
Lower Threshold of Constraint.
- getLowerThreshold() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFloatNextNormalConfig
-
Deprecated.Prediction values below this threshold are not normal.
- getLowerThreshold() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoStaticNumericalCondition
-
Lower Threshold of Constraint.
- getMax() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Max of the feature values computed based on inducing points.
- getMax() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Maximum of the feature values
- getMax() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- getMax() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Max of the feature values computed based on inducing points.
- getMax() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Maximum of the feature values
- getMax() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- getMaxFrequency() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- getMaxFrequency() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- getMaxFrequency() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Exclusive upper bound of the frequency band.
- getMaxFrequency() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Exclusive upper bound of the frequency band.
- getMaximalLag() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- getMaximalLag() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- getMaximalLag() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Consider values of the target if not longer ago than the maximal lag.
- getMaximalLag() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- getMaximalLag() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- getMaximalLag() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetLaggingConfig
-
Consider values of the target if not longer ago than the maximal lag.
- getMaximalSampleCount() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Maximal number of samples to be used.
- getMaximalSampleCount() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSamplingConfig
-
Maximal number of samples to be used.
- getMaxLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- getMaxLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- getMaxLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- getMaxLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- getMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Mean of the feature values computed based on inducing points.
- getMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Mean of the feature values
- getMean() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Mean of Gaussian.
- getMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Mean of the feature values computed based on inducing points.
- getMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Mean of the feature values
- getMean() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Mean of Gaussian.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Time resolution of the source used in this function.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Time resolution of the source used in this function.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- getMesh() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Time resolution of the delays (lags) to be considered (ignored if maximal lag = minimal lag).
- getMesh() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalLaggingConfig
-
Time resolution of the delays (lags) to be considered (ignored if maximal lag = minimal lag).
- getMesh() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Error message.
- getMessage() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
Error message.
- getMessage() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
Error message.
- getMin() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Min of the feature values computed based on inducing points.
- getMin() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Minimum of the feature values
- getMin() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- getMin() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Min of the feature values computed based on inducing points.
- getMin() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Minimum of the feature values
- getMin() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- getMinFrequency() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- getMinFrequency() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- getMinFrequency() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
The lowest frequency included in the frequency band.
- getMinFrequency() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
The lowest frequency included in the frequency band.
- getMinimalClusterSize() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
-
Minimal number of signals to be considered a cluster.
- getMinimalClusterSize() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusteringConfig
-
Minimal number of signals to be considered a cluster.
- getMinimalLag() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- getMinimalLag() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- getMinimalLag() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Consider values of the target if not more recent than the minimal lag.
- getMinimalLag() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- getMinimalLag() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- getMinimalLag() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetLaggingConfig
-
Consider values of the target if not more recent than the minimal lag.
- getMinLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- getMinLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- getMinLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- getMinLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- getModel() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Model id.
- getModel() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Model id.
- getModel() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Model id.
- getModel() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Model id.
- getModel() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.Constraint as Signal Prediction Models.
- getModel() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.Constraint as Signal Prediction Models.
- getModeling() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of the prediction model.
- getModeling() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configuration of the prediction model.
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- getName() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- getName() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Name of the engine.
- getName() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Name of the engine.
- getName() - Method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalRole
- getName() - Method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
- getName() - Method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetInterpreterType
- getNextNormal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The feature values of the next normal point.
- getNextNormal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The feature values of the next normal point.
- getNextNormalTimestamp() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The timestamp at which the next normal inference is made.
- getNextNormalTimestamp() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The timestamp at which the next normal inference is made.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Next normal feature value.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- getNextNormalValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Next normal feature value.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- getNextNormalValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- getNoise() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getNoise() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getNumTimestamps() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
Number of timestamps used to compute correlation
- getNumTimestamps() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDependencyReport
-
Number of timestamps used to compute correlation
- getOperativePeriods() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- getOperativePeriods() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- getOperativePeriods() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- getOperativePeriods() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- getOperativeSignal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Boolean signal to filter timeranges used to create constraints.
- getOperativeSignal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Boolean signal to filter timeranges used to create constraints.
- getOuterConstraints() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Outer constraints computed from data.
- getOuterConstraints() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Outer constraints computed from data.
- getOuterLinearConstraint() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of outer linear constraints.
- getOuterLinearConstraint() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configuration of outer linear constraints.
- getOutputMultipleZoomLevels() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
-
If set to true, multiple zoom levels will be included in the output.
- getOutputMultipleZoomLevels() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusteringConfig
-
If set to true, multiple zoom levels will be included in the output.
- getP() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getP() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getParameters() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Parameters of the lti-filter function.
- getParameters() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Parameters of the lti-filter function.
- getParent() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal,
- getParent() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal,
- getPredicate() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getPredicate() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getPreference() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Deprecated.Experimental: Might change in future releases. The higher the preference, the more likely the signal will be used in the model. A considerable preference is obtained for a value of 1.0.
- getPreference() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Deprecated.Experimental: Might change in future releases. The higher the preference, the more likely the signal will be used in the model. A considerable preference is obtained for a value of 1.0.
- getProbability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Probability of category.
- getProbability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Probability of category.
- getProbability() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Probability of category.
- getProbability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Probability of category.
- getProbability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Probability of category.
- getProbability() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Probability of category.
- getProducer() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the engine this object was built with.
- getProducer() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Information on the engine this object was built with.
- getProducer() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Information on the engine this object was built with.
- getProducer() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on the engine this object was built with.
- getProducer() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Information on the engine this object was built with.
- getProducer() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Information on the engine this object was built with.
- getProducer() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Information on the engine this object was built with.
- getProducer() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Information on the engine this object was built with.
- getProjectionMatrix() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Projection matrix based on the constraints of the data.
- getProjectionMatrix() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerConstraints
-
Deprecated.Projection matrix based on the constraints of the data.
- getPvalue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getPvalue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getQuantileCount() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- getQuantileCount() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- getRating() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- getRating() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- getRating() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- getRating() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- getRating() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
-
Rating of this zoom level.
- getRating() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoZoomLevelReport
-
Rating of this zoom level.
- getReason() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
-
Reason to be removed.
- getReason() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalRemoval
-
Reason to be removed.
- getRemovedOutlierCount() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
Number of data points in the observed timerange of the target signal that were determined to be outliers.
- getRemovedOutlierCount() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
Number of data points in the observed timerange of the target signal that were determined to be outliers.
- getRemovedSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
List of signals removed and their justification.
- getRemovedSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
List of signals removed and their justification.
- getRemoveOutliers() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Flag indicating whether outliers should be removed from training samples or considered part of normal behaviour.
- getRemoveOutliers() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Flag indicating whether target signal outliers should be removed from training samples or considered part of normal behaviour.
- getRemoveOutliers() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSamplingConfig
-
Flag indicating whether outliers should be removed from training samples or considered part of normal behaviour.
- getRemoveOutliers() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
Flag indicating whether target signal outliers should be removed from training samples or considered part of normal behaviour.
- getReport() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysis
-
Get this dependency analysis's
DtoAnalysisReport. - getResultFunction() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
The final function that provides the prediction of interest.
- getResultFunction() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
The final function that provides the prediction of interest.
- getRoot() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getRoot() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getRows() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- getRows() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- getRows() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- getRows() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- getSampling() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configures how the data is sampled for analysis.
- getSampling() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configures how the data is sampled for analysis.
- getSampling() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures how the target is sampled for the training.
- getSampling() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configures how the data is sampled for analysis.
- getSampling() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configures how the data is sampled for analysis.
- getSampling() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configures how the target is sampled for the training.
- getScale() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getScale() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- getScale() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- getScale() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- getScaleFactors() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- getScaleFactors() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- getSegmentId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- getSegmentId() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment ID.
- getSegmentId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- getSegmentId() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment ID.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
The ID of the signal to be used as function.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
The ID of the signal to be used as function.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
-
ID of a given signal
- getSignal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
ID of the signal.
- getSignal() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Signal in the data that should be predicted.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalRemoval
-
ID of a given signal
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalReport
-
ID of the signal.
- getSignal() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
Signal in the data that should be predicted.
- getSignalDataReport() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get
DtoDataReport. - getSignalDataType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get
DtoDataTypeof givensignalIdfrom this timeseries data context. - getSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
-
Information on all signals in the data.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataReport
-
Information on all signals in the data.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configuration of each signal, including Interpreter.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Signals that compose the cluster.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of each signal, including Interpreter.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
The dependency relates to these two signals.
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- getSignals() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures the interpretation of the input signals.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configuration of each signal, including Interpreter.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusterReport
-
Signals that compose the cluster.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configuration of each signal, including Interpreter.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDependencyReport
-
The dependency relates to these two signals.
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureReport
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- getSignals() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configures the interpretation of the input signals.
- getSkipOnInsufficientData() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
This flag controls the behaviour for missing data at inference.
- getSkipOnInsufficientData() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceConfig
-
This flag controls the behaviour for missing data at inference.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function whose values are lagged.
- getSource() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
FunctionId of the only input function.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function whose values are lagged.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
FunctionId of the only input function.
- getSource() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- getSource() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- getSource() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Id of the source aspect of this feature.
- getSource() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Id of the source aspect of this feature.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Id of the source aspect of this feature.
- getSource() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
-
Id of the source aspect of this feature.
- getSourceFunction() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- getSourceFunction() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
The values of these functions are used as input.
- getSources() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
The values of these functions are used as input.
- getSources() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getSpectrum() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getSpectrum() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getSpectrum() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getSpectrum() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- getStartLag() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- getStartLag() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- getStartTime() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Start timestamp the analysis starts.
- getStartTime() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoExplainNextNormalFromHistoryConfig
-
Start timestamp the analysis starts.
- getStatistics() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStatistics() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- getStd() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- getStd() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Standard deviation of the feature values
- getStd() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Standard deviation of Gaussian.
- getStd() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- getStd() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Standard deviation of the feature values
- getStd() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Standard deviation of Gaussian.
- getStringColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get string data of a column with given
columnIdfrom this tabular data context. - getStringColumns() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of string column ids
- getStringColumns() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of string column ids
- getStringSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get string data of a signal with given
signalIdfrom this timeseries data context. - getStringSignals() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of string signal ids
- getStringSignals() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of string signal ids
- getSummands() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
The values of these functions are used as input.
- getSummands() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
The values of these functions are used as input.
- getTarget() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of the target, the signal to be predicted.
- getTarget() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configuration of the target, the signal to be predicted.
- getTargetAspects() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on all aspects of the target.
- getTargetAspects() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Information on all aspects of the target.
- getTargetInterpreterType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
-
Target interpreter with which the model was trained
- getTargetInterpreterType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceOutputSpecification
-
Target interpreter with which the model was trained
- getTestValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- getTestValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- getTimestamp() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- getTimestampSignal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for timestamp
- getTimestampSignal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for timestamp
- getTotalTargetDataPointCount() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
Total number of data points in the observed timerange of the target signal (without those generated by a potential additionalSampleMesh).
- getTotalTargetDataPointCount() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
Total number of data points in the observed timerange of the target signal (without those generated by a potential additionalSampleMesh).
- getTrainingEndTime() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
The end of the observed target timerange (inclusive).
- getTrainingEndTime() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
The end of the observed target timerange (inclusive).
- getTrainingStartTime() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
The start of the observed target timerange.
- getTrainingStartTime() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
The start of the observed target timerange.
- getTree() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- getTree() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
-
Type of this object
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
Type of this object
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Type of this object
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Type of this object.
- getType() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractTimeseriesDataFilter
-
Type of this object
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
Type of this object
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Type of this object
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalSignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
Type discriminator.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Type of this object.
- getType() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
Type discriminator.
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetInterpreter
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetInterpreter
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDefaultTargetInterpreter
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetInterpreter
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Type discriminator
- getType() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractFeatureReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetInterpreter
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetInterpreter
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDefaultTargetInterpreter
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetInterpreter
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
Type discriminator
- getType() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Type discriminator
- getUpperThreshold() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Prediction values above this threshold are not normal.
- getUpperThreshold() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
-
Upper Threshold of Constraint.
- getUpperThreshold() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFloatNextNormalConfig
-
Deprecated.Prediction values above this threshold are not normal.
- getUpperThreshold() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoStaticNumericalCondition
-
Upper Threshold of Constraint.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Boolean value of this cell.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Boolean value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Observed feature value.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Floating point value of this cell.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Evaluation of model.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Observed model value.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Evaluation of cost function.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Floating point value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
String value of this cell.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
String value of this data point.
- getValue() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
String value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Boolean value of this cell.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Boolean value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Observed feature value.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Floating point value of this cell.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Evaluation of model.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Observed model value.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Evaluation of cost function.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Floating point value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
String value of this cell.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
String value of this data point.
- getValue() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
String value of this data point.
- getValues() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- getValues() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- getValuesWithNextNormal() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- getValuesWithNextNormal() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- getVersion() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Engine version.
- getVersion() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Engine version.
- getVersion() - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisSetup
-
Get runtime version
- getWindowLength() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- getWindowLength() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- getWindowLength() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- getWindowLength() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- getZoomLevels() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Report with clusters for each zoom level, including ratings.
- getZoomLevels() - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Report with clusters for each zoom level, including ratings.
H
- handle() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Get this data's internal handle
- handle() - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Get this data's internal handle
- handle() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisData
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractTimeseriesDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalSignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
- hashCode() - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDefaultTargetInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalLearningConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerLinearConstraintConfig
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelInfo
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetInterpreter
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOperativePeriodsConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterLinearConstraintConfig
-
Deprecated.
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
- hashCode() - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
I
- IDtoAbstractCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoAbstractColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data.
- IDtoAbstractColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column values and splits them into different categories
- IDtoAbstractColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoAbstractError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Base error type, generated by the engine.
- IDtoAbstractFeatureReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about a feature.
- IDtoAbstractFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Parts of the formula describing the calculation while inference.
- IDtoAbstractInferenceSignalSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference.
- IDtoAbstractSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoAbstractSignalDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data.
- IDtoAbstractSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal values and derives aspects from them.
- IDtoAbstractTargetAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about one aspect of the target
- IDtoAbstractTargetInterpreter - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoAbstractTimeseriesDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoAggregatedCategoricalFeatureReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A feature created from a source aspect by applying a categorical aggregated function to it.
- IDtoAggregatedCategoricalFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoAggregatedNumericalFeatureReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoAggregatedNumericalFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Aggregating a numerical signal over the time window given by min and max lags. Numeric input and ouput.
- IDtoAnalysisConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration for a dependency analysis.
- IDtoAnalysisReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about the process and the result of a dependency analysis.
- IDtoArgMaxFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the id of the function with the largest result.
- IDtoArgumentValidationError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate argument: {error}
- IDtoBooleanCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoBooleanCategoryWithProbability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with boolean-valued category.
- IDtoBooleanCell - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and boolean value.
- IDtoBooleanColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoBooleanDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and boolean value.
- IDtoBooleanDataPointWithAvailability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and boolean value.
- IDtoBooleanDataPointWithCategoryProbabilities - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of boolean-valued category-probability pairs.
- IDtoCategoricalColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different column values as categories, which have no order.
- IDtoCategoricalSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoCategoricalSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the different signal values as categories, which have no order.
- IDtoCategoricalTargetAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoCategoricalTargetInterpreter - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Different values of the target correspond to different categories.
- IDtoCategoryEqualsFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A CategoricalEqualsFunction applied to a categorical function yields a 0/1-function for one of the function's categories.
- IDtoCausalConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Indicates the causal role of given signals.
- IDtoCausalIndices - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Carrier of relationship between a features and an indices.
- IDtoClusteringConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configures how signals are grouped into clusters in (different) zoom levels.
- IDtoClusterReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about a given cluster.
- IDtoColumnConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handling of a specific column.
- IDtoColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the column data.
- IDtoColumnDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- IDtoColumnIdAlreadyInUseError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column ID {id} is already in use
- IDtoColumnInterpreterAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Column with ID {id} has ambiguous interpreters
- IDtoColumnNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find column with ID {id}
- IDtoColumnValueAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In column with ID {id} there is ambiguity in the values for rows {row_ids}
- IDtoConstantFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the constant value provided.
- IDtoConstraintCollection - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoConstraintConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoConstraintNavigatorHubModelUnsuitedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model with model ID {id} is not differentiable.
- IDtoConstraintsMissingError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model constraints must be provided in the inference_config in order to call the endpoint infer_float_with_next_normal.
- IDtoCosFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The cos function.
- IDtoCyclicSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoCyclicSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as a cyclic variable, based on their residue after division.
- IDtoDataConcurrentModificationError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to modify data with handle '{handle}' due to concurrent usage
- IDtoDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- IDtoDataFilterRange - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Time range of a specific signal.
- IDtoDataQualityInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals after data removal
- IDtoDataQuantityInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data with handle '{handle}' does not contain any training signals
- IDtoDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information about the data.
- IDtoDataUsageReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about the removed signals
- IDtoDefaultColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float columns via DtoNumericalColumnInterpreter and string and boolean columns via DtoCategoricalColumnInterpreter.
- IDtoDefaultSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets float signals via DtoNumericalSignalInterpreter and string and boolean signals via DtoCategoricalSignalInterpreter.
- IDtoDefaultTargetInterpreter - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
A float target signal is interpreted as Numerical, and a string or boolean target signal is interpreted as Categorical.
- IDtoDefaultTimeseriesDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoDependencyAnalysisConstraintConfigNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
At least one of inner_linear_constraint_config or outer_linear_constraint_config should be present
- IDtoDependencyReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Report of a given pair of signals, providing their mutual correlation.
- IDtoErrorParam - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Named parameters used in error messages.
- IDtoExplainNextNormalFromHistoryConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration for explaining next normal points from history.
- IDtoExponentialFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Exponential function.
- IDtoExpressionInfo - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized signal.
- IDtoExpressionResultDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at timestamp '{timestamp}'
- IDtoExpressionRuntimeFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at timestamp '{timestamp}': {error}
- IDtoExpressionSyntaxFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to compile expression {expression}: {error}
- IDtoFeature - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFeatureFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of features based on certain criteria.
- IDtoFeatureIndex - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Feature id to index pair.
- IDtoFeatureReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about signals, aspects and features.
- IDtoFeatureStatisticsReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Store statistics of the feature, sampled from its recorded timestamps within the operative periods.
- IDtoFeatureValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Feature value with featureId and its value.
- IDtoFeatureValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Quadruple with id of feature, observed value of feature, next normal value of feature, rating.
- IDtoFilesFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFloatCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFloatCategoryWithProbability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with float-valued category.
- IDtoFloatCell - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and floating point value.
- IDtoFloatColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoFloatConstraintValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with id of model and evaluation of model.
- IDtoFloatConstraintValues - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of DtoFloatConstraintValue.
- IDtoFloatConstraintValuesWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, DtoFloatCostValueWithNextNormal, list of DtoFloatConstraintValueWithNextNormal and list of DtoFeatureValueWithNextNormal.
- IDtoFloatConstraintValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple with id of model, observed value of model, next normal value of model.
- IDtoFloatCostValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple with cost_type and value of the cost function.
- IDtoFloatCostValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triplet with cost_type, value of the cost function before and after optimization.
- IDtoFloatDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and floating point value.
- IDtoFloatDataPointWithAvailability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and floating point value.
- IDtoFloatDataPointWithCategoryProbabilities - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of float-valued category-probability pairs.
- IDtoFloatDataPointWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp, floating point value, list of DtoFeatureValueWithNextNormal.
- IDtoFloatNextNormalConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases. Input configuration for defining which prediction values are normal.
- IDtoFourierTransformFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases. A DtoFourierTransformFunction performs a Fourier transform on the input. Numeric input and complex vector output.
- IDtoGaussCdfFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Gaussian cummulative distribution function.
- IDtoHandleDanglingError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to dereference handle '{handle}'
- IDtoHandleTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Handle '{handle}' is expected to be of type '{expected}' but was of type '{actual}'
- IDtoHistoricalEvidenceForNextNormal - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Output object that contains information about the relation between the next normal point (the recommended action) and its closest historical record.
- IDtoIdCategoryEntry - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoIdCategoryMapFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary.
- IDtoIdCategoryProbaMapFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Assigns each input value a result based on a dictionary and its probability.
- IDtoIdentityFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identity function.
- IDtoIncremental - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary data to incrementally update a model.
- IDtoIncrementalBatchInfo - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Engine internal.
- IDtoIncrementalLearningConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration to incrementally update the model.
- IDtoIncrementalLearningDataQualityInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Insufficient data quality of signals at label timestamps
- IDtoIncrementalLearningModelCorruptedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
DtoIncremental data does not match remaining model data: {error}
- IDtoIncrementalUpdateConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configuration used for one update step.
- IDtoInferenceConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration on how to make an inference using a model.
- IDtoInferenceDataPredecessorMissingError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data is expected to include information on signal {id} at or before timestamp {timestamp}
- IDtoInferenceDataSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for the data needed at the inference.
- IDtoInferenceDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference data specification for signal with ID {id} is expected to be of data type {expected} but was of data type {actual}
- IDtoInferenceOutputSpecification - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Specification of inference output type in model inference.
- IDtoInferenceOutputTargetInterpreterTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of target interpreter type {expected} but was {actual}
- IDtoInferenceOutputTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Inference output specification is expected to be of data type {expected} but was of data type {actual}
- IDtoInferenceRawSignalSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were added directly.
- IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Data type of signal {id} is ambiguous in inference data specification
- IDtoInferenceSynthesizedSignalSpecification - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Specification for a specific signal needed at the inference, whose values were calculated by an expression (synthesized).
- IDtoInferenceTimeseriesDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoInnerConstraints - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoInnerLinearConstraintConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoInternalEngineFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Internal engine failure: {error}
- IDtoInterval - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data.
- IDtoIntervalBeforeIncident - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- IDtoIntervalWithoutIncident - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident.
- IDtoJsonParseFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to parse json: {error}
- IDtoJsonValidationFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to validate json: {error}
- IDtoKernelModelComponent - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- IDtoKernelModelFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A KernelModel is a kernel regressor fine-tuned with the training data.
- IDtoLagFeatureReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Feature created from source aspect by delaying it by some lag.
- IDtoLagFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Lags the values of the source function by some fixed delay.
- IDtoLaggingConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Consideration of signal values in the past while inference.
- IDtoLicenseApiKeyNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find license api key
- IDtoLicenseInsufficientError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
License terms insufficient
- IDtoLicenseServerCommunicationFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to communicate with license server: {error}
- IDtoLinearFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weighted sum over all input functions plus intercept.
- IDtoLogarithmFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Natural logarithm function.
- IDtoLogisticFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The logistic function.
- IDtoLogSumExpFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- IDtoLtiFilterFeatureReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Feature created from source aspect by applying a Lti filter to it.
- IDtoLtiFilterFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
An LtiFilterFunction is the convolution of a moving time window of the input with some fixed function.
- IDtoMatrix - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoMaxFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the largest function value among the source functions at a given timestamp.
- IDtoModel - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Output of a signal prediction training.
- IDtoModelConstraintInconsistentError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
For model constraint {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- IDtoModelConstraintNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model ID {id} not part of the hub model
- IDtoModelInfo - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoModelingConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configuration of a kernel model.
- IDtoModelTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Model {id} is expected to be '{expected}' model but it is '{actual} model
- IDtoMollifierFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A mollifier function.
- IDtoNumericalColumnInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the column as being numerical.
- IDtoNumericalSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoNumericalSignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as being numerical.
- IDtoNumericalTargetAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoNumericalTargetInterpreter - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Values of a target interpreted as numerical are directly used.
- IDtoOperativePeriodsConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configures which time periods to be regarded as operative.
- IDtoOperativeSignalMissingTrueValuesError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to identify operative periods: the operative signal must contain at least one 'true' value.
- IDtoOrFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns true if any of the source functions returns true.
- IDtoOscillatoryPhaseSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoOscillatoryPowerSignalAspectReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
- IDtoOscillatorySignalInterpretationFailure - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Unable to resolve oscillatory interpretation of signal {id} at time t {timestamp} due to too sparse data
- IDtoOscillatorySignalInterpreter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Interprets the signal as an oscillatory wave.
- IDtoOuterConstraint - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoOuterLinearConstraintConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoPhaseSpectrumFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoPNormFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Smooth max function.
- IDtoPointerForeignError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer was not created by this engine instance
- IDtoPointerTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer has unexpected type
- IDtoPowerSpectrumFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Deprecated.Experimental: Might change in future releases.
- IDtoPredicate - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- IDtoPrincipalDirectionFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A DtoPrincipalDirectionFunction is a linear combination of other functions.
- IDtoProducer - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Identifying information on the engine.
- IDtoProductFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Product over all input functions.
- IDtoRawColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, whose values were added directly.
- IDtoRawSignalDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were added directly.
- IDtoReluFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The rectified linear unit.
- IDtoSamplingConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Adjusts the time points where the data is evaluated, called the sample time points.
- IDtoScaleFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Returns the input multiplied by the factor.
- IDtoSegmentFloatValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Tuple containing an ID and a float value.
- IDtoSegmentFloatValueWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Triple containing an ID, a float value, and a list of DtoFeatureValueWithNextNormal.
- IDtoSegmentNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find segment with ID {id}
- IDtoSegmentsFloatDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting in a timestamp and a list of DtoSegmentFloatValue.
- IDtoSegmentsFloatDataPointWithNextNormal - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point consisting of a timestamp and a list of DtoSegmentFloatValueWithNextNormal.
- IDtoSignalConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Handling of a specific signal.
- IDtoSignalConstraintInconsistentError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
In the constraint for signal/feature {id} the lower threshold is above the upper threshold at timestamp {timestamp}
- IDtoSignalConstraintInterpreterUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Constraint on signal with not supported interpreter
- IDtoSignalConstraintTrainingConflictError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The user set thresholds [{min_user}, {max_user}] lie outside of the data range seen in training [{min}, {max}] of signal/feature {id} at timestamp {timestamp}
- IDtoSignalDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- IDtoSignalFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Wraps a signal into a function.
- IDtoSignalIdAlreadyInUseError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal ID {id} is already in use
- IDtoSignalInterpreterAmbiguousError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} has ambiguous interpreters
- IDtoSignalLaggingConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Signal specific confguration how to consider past signal values.
- IDtoSignalNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find signal with ID {id}
- IDtoSignalRemoval - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information about the removal of an specific signal.
- IDtoSignalReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Wrapper for signal and its aspects.
- IDtoSinFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
The sin function.
- IDtoStaticNumericalCondition - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Upper and Lower thesholds for linear constraints.
- IDtoStepFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Step function.
- IDtoStringCategory - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoStringCategoryWithProbability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Category-probability pair with string-valued category.
- IDtoStringCell - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single cell with row id and string value.
- IDtoStringColumnValue - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoStringDataPoint - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp and string value.
- IDtoStringDataPointWithAvailability - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Single data point with timestamp, availability and string value.
- IDtoStringDataPointWithCategoryProbabilities - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Enhanced data point with timestamp and list of string-valued category-probability pairs.
- IDtoStringEncodingInvalidError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Pointer failed to be decoded as string: {error}
- IDtoSubModelIncrementalInfoNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
SubModelIncrementalInfo for model {id} cannot be found from IncrementalInfo
- IDtoSumFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Sum over all input functions.
- IDtoSymmetricBlockDiagonalMatrix - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoSymmetricMatrix - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoSynthesizedColumnDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific column in the data, with values calculated by an expression (synthesized).
- IDtoSynthesizedSignalDataReport - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Information on a specific signal in the data, whose values were calculated by an expression (synthesized).
- IDtoTabularDataFilter - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Limits the use of the data based on certain criteria.
- IDtoTabularDataTypesConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTabularExpressionInfo - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Dependency information of synthesized column.
- IDtoTabularExpressionResultDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Result of expression {expression} is expected to be of data type {expected} but was of type {actual} at row '{row_id}'
- IDtoTabularExpressionRuntimeFailureError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to evaluate expression {expression} at row '{row_id}': {error}
- IDtoTabularFilesReaderConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTargetConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information on the target signal.
- IDtoTargetLaggingConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Configuration of how to consider past target values for inference.
- IDtoTargetSignalDataTypeUnexpectedError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} is expected to be any data type of {expected} but was of data type {actual}
- IDtoTargetSignalLowQualityError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Signal with ID {id} cannot be used as target due to its low information quality.
- IDtoTargetSignalNotFoundError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Failed to find target signal with ID {id}
- IDtoTargetSignalTooManyCategoriesError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Target signal with ID {id} of data type Float contains too many unique values: {numb_of_cats}.
- IDtoTimeseriesDataTypesConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTimeseriesFilesReaderConfig - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
- IDtoTrainingConfig - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Necessary input configuration for a signal prediction training.
- IDtoTrainingReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Information from signal prediction training relevant for report generation.
- IDtoTreeModelFunction - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
A TreeModel is a tree regressor fine-tuned with the training data.
- IDtoTreeNode - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Engine internal.
- IDtoWeightColumnNegativeValueError - Interface in com.vernaio.aivis.engine.v2.base.sdk.dto
-
Weight column with ID {id} has negative value in row with ID {row_id}.
- IDtoZoomLevelReport - Interface in com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto
-
Report of the clusters for a specific zoom level.
- INCONSISTENT - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
- INDEPENDENT - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
- INFERENCE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
- initApiKey(String) - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisSetup
-
Set the licensing key to authenticate API calls with.
- initThreadCount(int) - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisSetup
-
Initialize library to use parallel computation up to given thread count.
- INTERVENTIONAL - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalRole
L
- LAPLACE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- LibraryException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Super class for all library exceptions thrown by the engine.
- LibraryException(String) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.LibraryException
- LINEAR - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- log(int, String, String, String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineLogger
-
This function is called whenever the engine writes a log message
- LOW_IMPORTANCE - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
M
- MATERN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
- MAX - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- MAX - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- MEAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- MEAN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- MIN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- MIN - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- MissingLibraryException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Missing library exceptions are thrown when a library file for this platform cannot be found.
- MissingLibraryException(String) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.MissingLibraryException
N
- NO_INFORMATION - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
- NUMERICAL - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetInterpreterType
P
- parseExpression(String) - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisData
-
Parse given expression and return a list of involved signals IDs.
- POSITIVE_STATE_CHANGE_COUNT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- POSITIVE_STATE_CHANGE_COUNT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- POSITIVE_STATE_WAS_PRESENT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- POSITIVE_STATE_WAS_PRESENT - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
- put(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.ExcludingMap
- putAll(Map<? extends String, ?>) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.ExcludingMap
Q
- QUADRATIC - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
R
- RANGE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- RANGE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- readFiles(IDtoTabularFilesReaderConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Read and ingest files to tabular data context.
- readFiles(IDtoTimeseriesFilesReaderConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Read and ingest files to timeseries data context.
- registerLogger(EngineLogger) - Static method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.DependencyAnalysisSetup
-
Initialize library to use given
EngineLoggerinstance for logging. - removeColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTabularData
-
Remove a column given by
columnIdin the data context. - removeSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.EngineTimeseriesData
-
Remove a signal given by
signalIdin the data context.
S
- setAbsArgument(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Take the absolute values of the sources
- setAbsArgument(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Take the absolute values of the sources
- setAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- setAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- setAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- setAdditionalProperties(String, Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
- setAdditionalProperties(String, Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
- setAdditionalProperties(String, Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
- setAdditionalSampleMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Time increment after which sample time points are added within existing gaps (their value will be the last known value).
- setAdditionalSampleMesh(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSamplingConfig
-
Time increment after which sample time points are added within existing gaps (their value will be the last known value).
- setAdditionalSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- setAdditionalSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
FunctionId of the only input function.
- setArgument(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
FunctionId of the only input function.
- setArguments(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
The values of these functions are used as input.
- setArguments(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
The values of these functions are used as input.
- setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
Id of this aspect.
- setAspect(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Id of this aspect.
- setAspects(IDtoAbstractSignalAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
Relevant aspects derived from the signal.
- setAspects(IDtoAbstractSignalAspectReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalReport
-
Relevant aspects derived from the signal.
- setAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailability(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- setAvailabilitySignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for availability
- setAvailabilitySignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for availability
- setBatches(IDtoIncrementalBatchInfo[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
-
Engine internal.
- setBatches(IDtoIncrementalBatchInfo[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncremental
-
Engine internal.
- setBooleanColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of boolean column ids
- setBooleanColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of boolean column ids
- setBooleanSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- setBooleanSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- setCatCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- setCatCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- setCategories(IDtoBooleanCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoBooleanCategoryWithProbability[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoFloatCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoFloatCategoryWithProbability[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoStringCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategories(IDtoStringCategoryWithProbability[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- setCategory(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Category.
- setCategory(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Category.
- setCategory(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Category.
- setCategory(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Category.
- setCategory(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
FunctionId of the only input function.
- setCategory(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
FunctionId of the only input function.
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The category the key is mapped to.
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The category the key is mapped to.
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
- setCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
- setCategory(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- setCategory(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Category.
- setCategory(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Category.
- setCausal(IDtoCausalConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Assignation of causal role of different signals.
- setCausal(IDtoCausalConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Assignation of causal role of different signals.
- setCausalIndices(IDtoCausalIndices) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Maps features to indices to interpret order the projection matrix and gradient matrix.
- setCausalIndices(IDtoCausalIndices) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerConstraints
-
Deprecated.Maps features to indices to interpret order the projection matrix and gradient matrix.
- setCenter(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Signal that minimizes the distance to every other signal in the cluster.
- setCenter(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusterReport
-
Signal that minimizes the distance to every other signal in the cluster.
- setChildren(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setChildren(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setClustering(IDtoClusteringConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configures how signals are grouped into clusters.
- setClustering(IDtoClusteringConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configures how signals are grouped into clusters.
- setClusters(IDtoClusterReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
-
All clusters for this zoom level.
- setClusters(IDtoClusterReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoZoomLevelReport
-
All clusters for this zoom level.
- setCoefficient(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setCoefficient(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setCoefficients(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- setCoefficients(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- setCoeffs(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Coefficients of linear function.
- setCoeffs(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Coefficients of linear function.
- setCols(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- setCols(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
ID of the column.
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
ID of the column.
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
ID of the column.
- setColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
ID of the column.
- setColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
ID of the column.
- setColumns(IDtoAbstractColumnDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
-
Information on all columns in the data.
- setColumns(IDtoAbstractColumnDataReport[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataReport
-
Information on all columns in the data.
- setComponents(IDtoKernelModelComponent[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setComponents(IDtoKernelModelComponent[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setCondition(IDtoStaticNumericalCondition) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.Condition on the constraint.
- setCondition(IDtoStaticNumericalCondition) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.Condition on the constraint.
- setConfig(IDtoAnalysisConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Input configuration that resulted in this object.
- setConfig(IDtoAnalysisConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Input configuration that resulted in this object.
- setConfig(IDtoTrainingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- setConfig(IDtoTrainingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Input configuration that resulted in this object.
- setConfig(IDtoTrainingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- setConfig(IDtoTrainingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Input configuration that resulted in this object.
- setConstant(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- setConstant(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
- setConstraint(IDtoConstraintConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Configuration required to compute the linear constraints based on a given dataset.
- setConstraint(IDtoConstraintConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Configuration required to compute the linear constraints based on a given dataset.
- setConstraints(IDtoFloatConstraintValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluations of constraint models.
- setConstraints(IDtoFloatConstraintValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluations of constraint models.
- setConstraints(IDtoFloatConstraintValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- setConstraints(IDtoFloatConstraintValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- setConstraintValuesPreview(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- setConstraintValuesPreview(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- setControlPoint(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setControlPoint(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setControlPointCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
Granularity of the model.
- setControlPointCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelingConfig
-
Granularity of the model.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
Correlation between the two signals.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
Overall strength of interdependency between this signal and one target aspect.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDependencyReport
-
Correlation between the two signals.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- setCorrelation(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalReport
-
Overall strength of interdependency between this signal and one target aspect.
- setCost(IDtoFloatCostValue) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluation of cost function.
- setCost(IDtoFloatCostValue) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Evaluation of cost function.
- setCost(IDtoFloatCostValueWithNextNormal) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- setCost(IDtoFloatCostValueWithNextNormal) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- setCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Type of cost function.
- setCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Type of cost function.
- setCostType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Type of cost function.
- setCostType(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Type of cost function.
- setCount(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setCount(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setCount(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Number of the recorded timestamps
- setCount(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Number of the recorded timestamps
- setCovariate(IDtoFeatureIndex[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Covariate feature -> index.
- setCovariate(IDtoFeatureIndex[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalIndices
-
Covariate feature -> index.
- setCovariate(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can't actively be changed but change as a response to interventional and exogenous signals.
- setCovariate(String[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Signals which can't actively be changed but change as a response to interventional and exogenous signals.
- setCovariateFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are covariate.
- setCovariateFeatures(Long[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are covariate.
- setCycleLength(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- setCycleLength(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- setData(IDtoDataReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the data this object was based on.
- setData(IDtoDataReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on the data this object was based on.
- setData(IDtoDataReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Information on the data this object was based on.
- setData(IDtoDataReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Information on the data this object was based on.
- setDataFilter(IDtoAbstractTimeseriesDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataFilter(IDtoAbstractTimeseriesDataFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalUpdateConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceConfig
-
Restrictions on the data used.
- setDataFilter(IDtoDataFilter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Restrictions on the data used.
- setDataFilter(IDtoTabularDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataFilter(IDtoTabularDataFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- setDataSpecifications(IDtoInferenceDataSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- setDataSpecifications(IDtoInferenceDataSpecification[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Data type of the column.
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Data type of the signal.
- setDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
-
Type of inference output value
- setDataType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceOutputSpecification
-
Type of inference output value
- setDataTypes(IDtoTabularDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- setDataTypes(IDtoTabularDataTypesConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- setDataTypes(IDtoTimeseriesDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- setDataTypes(IDtoTimeseriesDataTypesConfig) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- setDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- setDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the signals that were removed and the reason.
- setDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- setDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- setDataUsage(IDtoDataUsageReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- setDataUsage(IDtoDataUsageReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Information on the signals that were removed and the reason.
- setDataUsage(IDtoDataUsageReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- setDataUsage(IDtoDataUsageReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- setDefaultCausalRole(DtoCausalRole) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Default causal role (Interventional, Covariate, Exogenous) of the undeclared signals.
- setDefaultCausalRole(DtoCausalRole) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Default causal role (Interventional, Covariate, Exogenous) of the undeclared signals.
- setDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- setDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- setDefaultType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- setDefaultType(DtoDataType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- setDependencies(IDtoDependencyReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Report with correlations for any pair of signals.
- setDependencies(IDtoDependencyReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Report with correlations for any pair of signals.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- setDetails(IDtoErrorParam[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- setDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalUpdateConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceConfig
-
Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- setDev(Object) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Unstable and undocumented configuration options.
- setDistance(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The L2 distance to the closest historical record, normalized by sqrt(feature count).
- setDistance(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The L2 distance to the closest historical record, normalized by sqrt(feature count).
- setEffectiveLabel(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- setEffectiveLabel(Double[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- setEnableIncremental(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
Flag indicating if data for incremental learning is added to model and enabling incremental adaptes of the model later on.
- setEnableIncremental(Boolean) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelingConfig
-
Flag indicating if data for incremental learning is added to model and enabling incremental adaptes of the model later on.
- setEndLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- setEndLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- setEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Last timestamp, excluded, where the analysis may be made.
- setEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoExplainNextNormalFromHistoryConfig
-
Last timestamp, excluded, where the analysis may be made.
- setEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoIdCategoryEntry[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoIdCategoryEntry[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- setEntries(IDtoSymmetricMatrix[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- setEntries(IDtoSymmetricMatrix[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricBlockDiagonalMatrix
- setEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- setEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- setEntries(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- setEntries(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- setEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- setEvalType(DtoCategoricalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- setEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- setEvalType(DtoCategoricalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- setEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- setEvalType(DtoNumericalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- setEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- setEvalType(DtoNumericalFunctionEvalType) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- setExcludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, exclude all these columns.
- setExcludeColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, exclude all these columns.
- setExcludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all these features.
- setExcludeFeatures(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all these features.
- setExcludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- setExcludeFiles(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- setExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- setExcludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all features created by these signals.
- setExcludeSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, exclude all features created by these signals.
- setExogenous(IDtoFeatureIndex[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Exogenous feature -> index.
- setExogenous(IDtoFeatureIndex[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalIndices
-
Exogenous feature -> index.
- setExogenous(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can't actively be changed, are external to the system or are imposed to them by external factors.
- setExogenous(String[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Signals which can't actively be changed, are external to the system or are imposed to them by external factors.
- setExogenousFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are exogenous.
- setExogenousFeatures(Long[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are exogenous.
- setExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- setExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- setExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- setExpression(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- setExpression(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- setExpression(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- setFactor(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- setFactor(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
- setFactors(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
The values of these functions are used as input.
- setFactors(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
The values of these functions are used as input.
- setFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- setFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- setFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Feature id.
- setFeature(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
- setFeature(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- setFeature(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Feature id.
- setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
-
Id of this feature.
- setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of this feature.
- setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Id of this feature.
- setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Id of this feature.
- setFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Id of this feature.
- setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractFeatureReport
-
Id of this feature.
- setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of this feature.
- setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Id of this feature.
- setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureIndex
- setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Id of this feature.
- setFeature(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
-
Id of this feature.
- setFeatureFilter(IDtoFeatureFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Constrains the allowed feature space for next normal points.
- setFeatureFilter(IDtoFeatureFilter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFloatNextNormalConfig
-
Deprecated.Constrains the allowed feature space for next normal points.
- setFeatureReport(IDtoFeatureReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Information on the data this object was based on.
- setFeatureReport(IDtoFeatureReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Information on the data this object was based on.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoFeatureValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- setFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Features used in the model.
- setFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Features used in the model.
- setFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- setFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Features used in the model.
- setFeatures(IDtoAbstractFeatureReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
-
Features used in the model.
- setFeatures(IDtoAbstractFeatureReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
-
Features used in the model.
- setFeatures(IDtoAbstractFeatureReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureReport
- setFeatures(IDtoAbstractFeatureReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
-
Features used in the model.
- setFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- setFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- setFilesFilter(IDtoFilesFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- setFilesFilter(IDtoFilesFilter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- setFloatColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of float column ids
- setFloatColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of float column ids
- setFloatSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of float signal ids
- setFloatSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of float signal ids
- setFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Path to the archive folder
- setFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- setFolder(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularFilesReaderConfig
-
Path to the archive folder
- setFolder(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- setForceRetain(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Prevents the removal of the signal and forces inclusion of all signal aspects and of derived features.
- setForceRetain(Boolean) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Prevents the removal of the signal and forces inclusion of all signal aspects and of derived features.
- setFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- setFrequency(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- setFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
The frequency to which the phase belongs.
- setFrequency(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
The frequency to which the phase belongs.
- setFunctions(IDtoAbstractFunction[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
A list of all functions necessary for model inference.
- setFunctions(IDtoAbstractFunction[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
A list of all functions necessary for model inference.
- setGradientTransformationMatrix(IDtoMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Gradient transformation matrix associated to the projection matrix.
- setGradientTransformationMatrix(IDtoMatrix) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerConstraints
-
Deprecated.Gradient transformation matrix associated to the projection matrix.
- setHistory(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The feature values of the historical record.
- setHistory(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The feature values of the historical record.
- setHistoryTimestamp(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The timestap at which the closest historical record is found.
- setHistoryTimestamp(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The timestap at which the closest historical record is found.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The key.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
ID of the function.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryEntry
-
The key.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
ID of the function.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setId(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setId(Integer) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setId(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Unique id of the cluster.
- setId(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusterReport
-
Unique id of the cluster.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Row id of this cell.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Row id of this cell.
- setId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
Row id of this cell.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Row id of this cell.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Row id of this cell.
- setId(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
Row id of this cell.
- setIdColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
The header for id
- setIdColumn(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
The header for id
- setIgnoreSignalAvailabilities(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- setIgnoreSignalAvailabilities(Boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- setIncludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, include only these columns.
- setIncludeColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataFilter
-
If present, include only these columns.
- setIncludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to these features.
- setIncludeFeatures(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to these features.
- setIncludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- setIncludeFiles(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- setIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(IDtoDataFilterRange[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- setIncludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to the features created by these signals.
- setIncludeSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureFilter
-
If present, restrict to the features created by these signals.
- setIncremental(IDtoIncremental) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Necessary data to incrementally update the model.
- setIncremental(IDtoIncremental) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Necessary data to incrementally update the model.
- setIndex(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- setIndex(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureIndex
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Specification of signals used for constraints creation.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Specification of signals used for constraints creation.
- setInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- setInferenceOutputSpecification(IDtoInferenceOutputSpecification) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Specification of inference output type in model inference.
- setInferenceOutputSpecification(IDtoInferenceOutputSpecification) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Specification of inference output type in model inference.
- setInferenceTimeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- setInferenceTimeRanges(IDtoInterval[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- setInfo(IDtoModelInfo) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Deprecated.Experimental: Might change in future releases.
- setInfo(IDtoModelInfo) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Deprecated.Experimental: Might change in future releases.
- setInnerConstraints(IDtoInnerConstraints) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Inner constraints computed from data.
- setInnerConstraints(IDtoInnerConstraints) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Inner constraints computed from data.
- setInnerLinearConstraint(IDtoInnerLinearConstraintConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of inner linear constraints.
- setInnerLinearConstraint(IDtoInnerLinearConstraintConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configuration of inner linear constraints.
- setIntendTargetSynchronizedInference(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
If false, signals are cleaned that behave special at the timestamps of the target.
- setIntendTargetSynchronizedInference(Boolean) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModelingConfig
-
If false, signals are cleaned that behave special at the timestamps of the target.
- setIntercept(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Intercept of linear function.
- setIntercept(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
Intercept of linear function.
- setInterpreter(IDtoAbstractColumnInterpreter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
Controls how this column will be interpreted.
- setInterpreter(IDtoAbstractColumnInterpreter) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnConfig
-
Controls how this column will be interpreted.
- setInterpreter(IDtoAbstractSignalInterpreter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Controls how aspects are derived from the signal values.
- setInterpreter(IDtoAbstractSignalInterpreter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Controls how aspects are derived from the signal values.
- setInterpreter(IDtoAbstractTargetInterpreter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Defines how the target is interpreted.
- setInterpreter(IDtoAbstractTargetInterpreter) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
Defines how the target is interpreted.
- setInterval(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Fixed distance of the chosen timestamps.
- setInterval(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoExplainNextNormalFromHistoryConfig
-
Fixed distance of the chosen timestamps.
- setInterventional(IDtoFeatureIndex[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Interventional feature -> index.
- setInterventional(IDtoFeatureIndex[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalIndices
-
Interventional feature -> index.
- setInterventional(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can actively be changed.
- setInterventional(String[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCausalConfig
-
Signals which can actively be changed.
- setInterventionalFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are interventional.
- setInterventionalFeatures(Long[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are interventional.
- setInvolvedColumnIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
-
List of used columns.
- setInvolvedColumnIds(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionInfo
-
List of used columns.
- setInvolvedColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- setInvolvedColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- setInvolvedSignalIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
-
List of used signals.
- setInvolvedSignalIds(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionInfo
-
List of used signals.
- setInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- setInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- setInvolvedSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- setInvolvedSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- setIsSobolPoint(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- setIsSobolPoint(Boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelComponent
-
Engine internal.
- setKernelMatrixControlPoints(IDtoSymmetricBlockDiagonalMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- setKernelMatrixControlPoints(IDtoSymmetricBlockDiagonalMatrix) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- setKernelMatrixOrder(Integer[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- setKernelMatrixOrder(Integer[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- setKernelMatrixSamples(IDtoSymmetricMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- setKernelMatrixSamples(IDtoSymmetricMatrix) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- setKernelType(DtoKernelType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setKernelType(DtoKernelType) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setKey(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- setKey(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- setLabel(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalLearningConfig
-
Label within the incrementally added data.
- setLabel(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalLearningConfig
-
Label within the incrementally added data.
- setLabelMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setLabelMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setLabelMeanInRoot(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setLabelMeanInRoot(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
The delay.
- setLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
The delay.
- setLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Lag applied to source aspect to create feature.
- setLag(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Lag applied to source aspect to create feature.
- setLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLaggedCorrelations(Double[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- setLagging(IDtoLaggingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures which time points in the past to consider to make a prediction.
- setLagging(IDtoLaggingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configures which time points in the past to consider to make a prediction.
- setLagging(IDtoSignalLaggingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Configures which time points in the past to consider to make a prediction.
- setLagging(IDtoSignalLaggingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Configures which time points in the past to consider to make a prediction.
- setLagging(IDtoTargetLaggingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
If a target lagging config is set, past values of the target are used for prediction of the current target value.
- setLagging(IDtoTargetLaggingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
If a target lagging config is set, past values of the target are used for prediction of the current target value.
- setLinearModelInverseGramMatrix(IDtoSymmetricMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
-
Engine internal.
- setLinearModelInverseGramMatrix(IDtoSymmetricMatrix) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncremental
-
Engine internal.
- setLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Prediction values below this threshold are not normal.
- setLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
-
Lower Threshold of Constraint.
- setLowerThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFloatNextNormalConfig
-
Deprecated.Prediction values below this threshold are not normal.
- setLowerThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoStaticNumericalCondition
-
Lower Threshold of Constraint.
- setMax(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Maximum of the feature values
- setMax(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Maximum of the feature values
- setMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Max of the feature values computed based on inducing points.
- setMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- setMax(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Max of the feature values computed based on inducing points.
- setMax(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- setMaxFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- setMaxFrequency(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- setMaxFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Exclusive upper bound of the frequency band.
- setMaxFrequency(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
Exclusive upper bound of the frequency band.
- setMaximalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- setMaximalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- setMaximalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Consider values of the target if not longer ago than the maximal lag.
- setMaximalLag(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- setMaximalLag(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- setMaximalLag(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetLaggingConfig
-
Consider values of the target if not longer ago than the maximal lag.
- setMaximalSampleCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Maximal number of samples to be used.
- setMaximalSampleCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSamplingConfig
-
Maximal number of samples to be used.
- setMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- setMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- setMaxLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- setMaxLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- setMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Mean of the feature values computed based on inducing points.
- setMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Mean of the feature values
- setMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Mean of Gaussian.
- setMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Mean of the feature values computed based on inducing points.
- setMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Mean of the feature values
- setMean(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Mean of Gaussian.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Time resolution of the source used in this function.
- setMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Time resolution of the source used in this function.
- setMesh(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- setMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- setMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Time resolution of the delays (lags) to be considered (ignored if maximal lag = minimal lag).
- setMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- setMesh(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- setMesh(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalLaggingConfig
-
Time resolution of the delays (lags) to be considered (ignored if maximal lag = minimal lag).
- setMesh(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Error message.
- setMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
-
Error message.
- setMessage(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
-
Error message.
- setMin(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Minimum of the feature values
- setMin(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Minimum of the feature values
- setMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Min of the feature values computed based on inducing points.
- setMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- setMin(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Min of the feature values computed based on inducing points.
- setMin(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- setMinFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- setMinFrequency(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- setMinFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
The lowest frequency included in the frequency band.
- setMinFrequency(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
-
The lowest frequency included in the frequency band.
- setMinimalClusterSize(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
-
Minimal number of signals to be considered a cluster.
- setMinimalClusterSize(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusteringConfig
-
Minimal number of signals to be considered a cluster.
- setMinimalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- setMinimalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- setMinimalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Consider values of the target if not more recent than the minimal lag.
- setMinimalLag(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- setMinimalLag(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- setMinimalLag(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetLaggingConfig
-
Consider values of the target if not more recent than the minimal lag.
- setMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- setMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- setMinLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- setMinLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- setModel(IDtoModel) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.Constraint as Signal Prediction Models.
- setModel(IDtoModel) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOuterConstraint
-
Deprecated.Constraint as Signal Prediction Models.
- setModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Model id.
- setModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Model id.
- setModel(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Model id.
- setModel(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Model id.
- setModeling(IDtoModelingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of the prediction model.
- setModeling(IDtoModelingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configuration of the prediction model.
- setName(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Name of the engine.
- setName(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Name of the engine.
- setNextNormal(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The feature values of the next normal point.
- setNextNormal(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The feature values of the next normal point.
- setNextNormalTimestamp(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The timestamp at which the next normal inference is made.
- setNextNormalTimestamp(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoHistoricalEvidenceForNextNormal
-
The timestamp at which the next normal inference is made.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Next normal feature value.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- setNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Next normal feature value.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- setNextNormalValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- setNoise(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setNoise(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setNumTimestamps(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
Number of timestamps used to compute correlation
- setNumTimestamps(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDependencyReport
-
Number of timestamps used to compute correlation
- setOperativePeriods(IDtoOperativePeriodsConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- setOperativePeriods(IDtoOperativePeriodsConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- setOperativePeriods(IDtoOperativePeriodsConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- setOperativePeriods(IDtoOperativePeriodsConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- setOperativeSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Boolean signal to filter timeranges used to create constraints.
- setOperativeSignal(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Boolean signal to filter timeranges used to create constraints.
- setOuterConstraints(IDtoOuterConstraint[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Outer constraints computed from data.
- setOuterConstraints(IDtoOuterConstraint[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Outer constraints computed from data.
- setOuterLinearConstraint(IDtoOuterLinearConstraintConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of outer linear constraints.
- setOuterLinearConstraint(IDtoOuterLinearConstraintConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configuration of outer linear constraints.
- setOutputMultipleZoomLevels(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
-
If set to true, multiple zoom levels will be included in the output.
- setOutputMultipleZoomLevels(Boolean) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusteringConfig
-
If set to true, multiple zoom levels will be included in the output.
- setP(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setP(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setParameters(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Parameters of the lti-filter function.
- setParameters(Double[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
Parameters of the lti-filter function.
- setParent(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal,
- setParent(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal,
- setPredicate(IDtoPredicate) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setPredicate(IDtoPredicate) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setPreference(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Deprecated.Experimental: Might change in future releases. The higher the preference, the more likely the signal will be used in the model. A considerable preference is obtained for a value of 1.0.
- setPreference(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
Deprecated.Experimental: Might change in future releases.
- setProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategoryWithProbability
-
Probability of category.
- setProbability(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategoryWithProbability
-
Probability of category.
- setProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintCollection
-
Deprecated.Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
Information on the engine this object was built with.
- setProducer(IDtoProducer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Information on the engine this object was built with.
- setProjectionMatrix(IDtoMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Projection matrix based on the constraints of the data.
- setProjectionMatrix(IDtoMatrix) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInnerConstraints
-
Deprecated.Projection matrix based on the constraints of the data.
- setPvalue(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setPvalue(Double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setQuantileCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- setQuantileCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- setRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- setRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- setRating(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- setRating(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeNode
-
Engine internal.
- setRating(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
-
Rating of this zoom level.
- setRating(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoZoomLevelReport
-
Rating of this zoom level.
- setReason(DtoSignalRemovalReason) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
-
Reason to be removed.
- setReason(DtoSignalRemovalReason) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalRemoval
-
Reason to be removed.
- setRemovedOutlierCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
Number of data points in the observed timerange of the target signal that were determined to be outliers.
- setRemovedOutlierCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
Number of data points in the observed timerange of the target signal that were determined to be outliers.
- setRemovedSignals(IDtoSignalRemoval[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
List of signals removed and their justification.
- setRemovedSignals(IDtoSignalRemoval[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
List of signals removed and their justification.
- setRemoveOutliers(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Flag indicating whether outliers should be removed from training samples or considered part of normal behaviour.
- setRemoveOutliers(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Flag indicating whether target signal outliers should be removed from training samples or considered part of normal behaviour.
- setRemoveOutliers(Boolean) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSamplingConfig
-
Flag indicating whether outliers should be removed from training samples or considered part of normal behaviour.
- setRemoveOutliers(Boolean) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
Flag indicating whether target signal outliers should be removed from training samples or considered part of normal behaviour.
- setResultFunction(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
The final function that provides the prediction of interest.
- setResultFunction(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoModel
-
The final function that provides the prediction of interest.
- setRoot(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setRoot(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- setRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- setRows(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMatrix
- setRows(int) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSymmetricMatrix
- setSampling(IDtoSamplingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configures how the data is sampled for analysis.
- setSampling(IDtoSamplingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configures how the data is sampled for analysis.
- setSampling(IDtoSamplingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures how the target is sampled for the training.
- setSampling(IDtoSamplingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configures how the data is sampled for analysis.
- setSampling(IDtoSamplingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configures how the data is sampled for analysis.
- setSampling(IDtoSamplingConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configures how the target is sampled for the training.
- setScale(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setScale(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- setScale(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- setScale(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoIncrementalBatchInfo
-
Engine internal.
- setScaleFactors(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- setScaleFactors(IDtoFeatureValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
-
Engine internal.
- setSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- setSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment ID.
- setSegmentId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- setSegmentId(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment ID.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
The ID of the signal to be used as function.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
-
The ID of the signal to be used as function.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
-
ID of a given signal
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
ID of the signal.
- setSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Signal in the data that should be predicted.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalConfig
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalRemoval
-
ID of a given signal
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoSignalReport
-
ID of the signal.
- setSignal(String) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTargetConfig
-
Signal in the data that should be predicted.
- setSignals(IDtoAbstractInferenceSignalSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- setSignals(IDtoAbstractInferenceSignalSpecification[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- setSignals(IDtoAbstractSignalDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
-
Information on all signals in the data.
- setSignals(IDtoAbstractSignalDataReport[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataReport
-
Information on all signals in the data.
- setSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configuration of each signal, including Interpreter.
- setSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of each signal, including Interpreter.
- setSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures the interpretation of the input signals.
- setSignals(IDtoSignalConfig[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisConfig
-
Configuration of each signal, including Interpreter.
- setSignals(IDtoSignalConfig[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoConstraintConfig
-
Deprecated.Configuration of each signal, including Interpreter.
- setSignals(IDtoSignalConfig[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configures the interpretation of the input signals.
- setSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- setSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- setSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- setSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- setSignals(IDtoSignalReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- setSignals(IDtoSignalReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- setSignals(IDtoSignalReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFeatureReport
- setSignals(IDtoSignalReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- setSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Signals that compose the cluster.
- setSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
The dependency relates to these two signals.
- setSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoClusterReport
-
Signals that compose the cluster.
- setSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDependencyReport
-
The dependency relates to these two signals.
- setSkipOnInsufficientData(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
This flag controls the behaviour for missing data at inference.
- setSkipOnInsufficientData(Boolean) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceConfig
-
This flag controls the behaviour for missing data at inference.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function whose values are lagged.
- setSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
FunctionId of the only input function.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
-
ID of the function whose values are lagged.
- setSource(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
-
FunctionId of the only input function.
- setSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- setSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- setSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Id of the source aspect of this feature.
- setSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Id of the source aspect of this feature.
- setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Id of the source aspect of this feature.
- setSource(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
-
Id of the source aspect of this feature.
- setSourceFunction(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- setSourceFunction(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPredicate
-
Engine internal.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
-
The values of these functions are used as input.
- setSources(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setSpectrum(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setSpectrum(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- setStartLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- setStartLag(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataFilterRange
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInterval
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- setStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Start timestamp the analysis starts.
- setStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoExplainNextNormalFromHistoryConfig
-
Start timestamp the analysis starts.
- setStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStatistics(IDtoFeatureStatisticsReport) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- setStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- setStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Standard deviation of the feature values
- setStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Standard deviation of Gaussian.
- setStd(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- setStd(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureStatisticsReport
-
Standard deviation of the feature values
- setStd(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
-
Standard deviation of Gaussian.
- setStringColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of string column ids
- setStringColumns(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularDataTypesConfig
-
List of string column ids
- setStringSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of string signal ids
- setStringSignals(String[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
List of string signal ids
- setSummands(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
The values of these functions are used as input.
- setSummands(Long[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
-
The values of these functions are used as input.
- setTarget(IDtoTargetConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of the target, the signal to be predicted.
- setTarget(IDtoTargetConfig) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingConfig
-
Configuration of the target, the signal to be predicted.
- setTargetAspects(IDtoAbstractTargetAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on all aspects of the target.
- setTargetAspects(IDtoAbstractTargetAspectReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoTrainingReport
-
Information on all aspects of the target.
- setTargetInterpreterType(DtoTargetInterpreterType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
-
Target interpreter with which the model was trained
- setTargetInterpreterType(DtoTargetInterpreterType) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoInferenceOutputSpecification
-
Target interpreter with which the model was trained
- setTestValue(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- setTestValue(IDtoAbstractCategory) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValues
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- setTimestamp(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- setTimestampSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for timestamp
- setTimestampSignal(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTimeseriesDataTypesConfig
-
The header for timestamp
- setTotalTargetDataPointCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
Total number of data points in the observed timerange of the target signal (without those generated by a potential additionalSampleMesh).
- setTotalTargetDataPointCount(Integer) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
Total number of data points in the observed timerange of the target signal (without those generated by a potential additionalSampleMesh).
- setTrainingEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
The end of the observed target timerange (inclusive).
- setTrainingEndTime(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
The end of the observed target timerange (inclusive).
- setTrainingStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
The start of the observed target timerange.
- setTrainingStartTime(Long) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDataUsageReport
-
The start of the observed target timerange.
- setTree(IDtoTreeNode[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- setTree(IDtoTreeNode[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
-
Engine internal.
- setUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Prediction values above this threshold are not normal.
- setUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
-
Upper Threshold of Constraint.
- setUpperThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoFloatNextNormalConfig
-
Deprecated.Prediction values above this threshold are not normal.
- setUpperThreshold(Double) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoStaticNumericalCondition
-
Upper Threshold of Constraint.
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Boolean value of this cell.
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Boolean value of this data point.
- setValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCell
-
Boolean value of this cell.
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPoint
-
Boolean value of this data point.
- setValue(boolean) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Observed feature value.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Floating point value of this cell.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Evaluation of model.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Observed model value.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Evaluation of cost function.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Floating point value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- setValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValue
-
Engine internal.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFeatureValueWithNextNormal
-
Observed feature value.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCell
-
Floating point value of this cell.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValue
-
Evaluation of model.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatConstraintValueWithNextNormal
-
Observed model value.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValue
-
Evaluation of cost function.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPoint
-
Floating point value of this data point.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- setValue(double) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentFloatValueWithNextNormal
-
Segment score.
- setValue(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- setValue(Object) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoErrorParam
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
String value of this cell.
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
String value of this data point.
- setValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
String value of this data point.
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCell
-
String value of this cell.
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPoint
-
String value of this data point.
- setValue(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringDataPointWithAvailability
-
String value of this data point.
- setValues(IDtoSegmentFloatValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- setValues(IDtoSegmentFloatValue[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- setValuesWithNextNormal(IDtoSegmentFloatValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- setValuesWithNextNormal(IDtoSegmentFloatValueWithNextNormal[]) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- setVersion(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Engine version.
- setVersion(String) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProducer
-
Engine version.
- setWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- setWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- setWindowLength(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- setWindowLength(long) - Method in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- setZoomLevels(IDtoZoomLevelReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Report with clusters for each zoom level, including ratings.
- setZoomLevels(IDtoZoomLevelReport[]) - Method in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAnalysisReport
-
Report with clusters for each zoom level, including ratings.
- SIGNAL_PREDICTION - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- SLOPE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
- SLOPE - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
- STATE_DETECTION - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
- STRING - Enum constant in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
T
- TARGET_INVOLVED_SIGNAL - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
- TARGET_SIGNAL - Enum constant in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
- toString() - Method in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
V
- value() - Element in annotation type com.vernaio.aivis.engine.v2.base.sdk.annotation.FlavourRequirement
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetInterpreterType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.annotation.Flavour
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoricalFunctionEvalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalFunctionEvalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemovalReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetInterpreterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withAbsArgument(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Take the absolute values of the sources
- withAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
- withAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
- withAdditionalProperties(String, Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
- withAdditionalSampleMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Time increment after which sample time points are added within existing gaps (their value will be the last known value).
- withAdditionalSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Additional signals to read that are not in the data specifications, e.g., the target signal.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
FunctionId of the only input function (whose return type is DtoFunctionId).
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
FunctionId of the only input function.
- withArgument(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
FunctionId of the only input function.
- withArguments(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
The values of these functions are used as input.
- withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Id of this aspect.
- withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Id of this aspect.
- withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Id of this aspect.
- withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Id of this aspect.
- withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Id of this aspect.
- withAspect(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Id of this aspect.
- withAspects(IDtoAbstractSignalAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
Relevant aspects derived from the signal.
- withAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Availability timestamp of this data point.
- withAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Availability timestamp of this data point.
- withAvailability(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Availability timestamp of this data point.
- withAvailabilitySignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for availability
- withBatches(IDtoIncrementalBatchInfo[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
-
Engine internal.
- withBooleanColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of boolean column ids
- withBooleanSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of boolean signal ids
- withCatCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The number of unique categories within the source signal.
- withCategories(IDtoBooleanCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- withCategories(IDtoFloatCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- withCategories(IDtoStringCategoryWithProbability[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
List of category-probability pairs.
- withCategory(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Category.
- withCategory(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Category.
- withCategory(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
FunctionId of the only input function.
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The category the key is mapped to.
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
- withCategory(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- withCategory(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Category.
- withCausal(IDtoCausalConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Assignation of causal role of different signals.
- withCausalIndices(IDtoCausalIndices) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Maps features to indices to interpret order the projection matrix and gradient matrix.
- withCenter(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Signal that minimizes the distance to every other signal in the cluster.
- withChildren(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withClustering(IDtoClusteringConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configures how signals are grouped into clusters.
- withClusters(IDtoClusterReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
-
All clusters for this zoom level.
- withCoefficient(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withCoefficients(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
The weights of the functions in the linear combination that form this function.
- withCoeffs(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Coefficients of linear function.
- withCols(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
ID of the column.
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
ID of the column.
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
ID of the column.
- withColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
ID of the column.
- withColumns(IDtoAbstractColumnDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataReport
-
Information on all columns in the data.
- withComponents(IDtoKernelModelComponent[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withCondition(IDtoStaticNumericalCondition) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.Condition on the constraint.
- withConfig(IDtoAnalysisConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Input configuration that resulted in this object.
- withConfig(IDtoTrainingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelInfo
-
Deprecated.Input configuration that resulted in this object.
- withConfig(IDtoTrainingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Input configuration that resulted in this object.
- withConstant(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
- withConstraint(IDtoConstraintConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Configuration required to compute the linear constraints based on a given dataset.
- withConstraints(IDtoFloatConstraintValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluations of constraint models.
- withConstraints(IDtoFloatConstraintValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluations of constraint models.
- withConstraintValuesPreview(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Preview on constraint values if the next normal point of this feature is applied
- withControlPoint(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withControlPointCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
Granularity of the model.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
Correlation between the two signals.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between this signal aspect and one target aspect.
- withCorrelation(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
Overall strength of interdependency between this signal and one target aspect.
- withCost(IDtoFloatCostValue) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Evaluation of cost function.
- withCost(IDtoFloatCostValueWithNextNormal) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Evaluation of cost function before and after optimization.
- withCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Type of cost function.
- withCostType(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Type of cost function.
- withCount(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withCount(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Number of the recorded timestamps
- withCovariate(IDtoFeatureIndex[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Covariate feature -> index.
- withCovariate(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can't actively be changed but change as a response to interventional and exogenous signals.
- withCovariateFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are covariate.
- withCycleLength(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCyclicSignalInterpreter
-
Divisor used to calculate the residue.
- withData(IDtoDataReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the data this object was based on.
- withData(IDtoDataReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on the data this object was based on.
- withDataFilter(IDtoAbstractTimeseriesDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
If present, the data to be read can be restricted.
- withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Restrictions on the data used.
- withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Restrictions on the data used.
- withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
-
Restrictions on the data used.
- withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
Restrictions on the data used.
- withDataFilter(IDtoDataFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Restrictions on the data used.
- withDataFilter(IDtoTabularDataFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
If present, the data to be read can be restricted.
- withDataSpecifications(IDtoInferenceDataSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Signals that are part of a data specification are read.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractColumnDataReport
-
Data type of the column.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawColumnDataReport
-
Data type of the column.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Data type of the column.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Data type of the signal.
- withDataType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
-
Type of inference output value
- withDataTypes(IDtoTabularDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Needs to be set if there are any non-float columns or non-standard headers.
- withDataTypes(IDtoTimeseriesDataTypesConfig) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Needs to be set if there are any non-float signals or non-standard headers.
- withDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- withDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the signals that were removed and the reason.
- withDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- withDataUsage(IDtoDataUsageReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Information on the data (not) considered relevant for this target aspect
- withDefaultCausalRole(DtoCausalRole) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Default causal role (Interventional, Covariate, Exogenous) of the undeclared signals.
- withDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
Any column that is not listed in either floatColumns, stringColumns, or booleanColumns is of defaultType.
- withDefaultType(DtoDataType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
Any signal that is not listed in either floatSignals, stringSignals, or booleanSignals is of defaultType.
- withDependencies(IDtoDependencyReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Report with correlations for any pair of signals.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
List of named parameters used in this error's message.
- withDetails(IDtoErrorParam[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
List of named parameters used in this error's message.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalUpdateConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterLinearConstraintConfig
-
Deprecated.Unstable and undocumented configuration options.
- withDev(Object) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Unstable and undocumented configuration options.
- withDistance(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The L2 distance to the closest historical record, normalized by sqrt(feature count).
- withEffectiveLabel(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- withEnableIncremental(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
Flag indicating if data for incremental learning is added to model and enabling incremental adaptes of the model later on.
- withEndLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
End of the time window (inclusive), measured as duration until the inference timestamp.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data at or after this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times before this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data at or after this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times before this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times before this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times before this time.
- withEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Last timestamp, excluded, where the analysis may be made.
- withEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- withEntries(IDtoIdCategoryEntry[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
The key-value-pairs of this dictionary (all entries should have the same value type)
- withEntries(IDtoSymmetricMatrix[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricBlockDiagonalMatrix
- withEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- withEntries(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- withEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Evalution type of aggregated categorical function
- withEvalType(DtoCategoricalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- withEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Evalution type of aggregated numerical function
- withEvalType(DtoNumericalFunctionEvalType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Evaluation type applied to source aspect to create the aggregated feature.
- withExcludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, exclude all these columns.
- withExcludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all these features.
- withExcludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to exclude from the folder and its sub-folders, perhaps regex.
- withExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude these ranges for all signals.
- withExcludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude these ranges for all signals.
- withExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all these signal ranges.
- withExcludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all these signal ranges.
- withExcludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, exclude all features created by these signals.
- withExogenous(IDtoFeatureIndex[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Exogenous feature -> index.
- withExogenous(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can't actively be changed, are external to the system or are imposed to them by external factors.
- withExogenousFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are exogenous.
- withExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Expression by which this signal was synthesized.
- withExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Expression by which this column was synthesized.
- withExpression(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Expression by which this signal was synthesized.
- withFactor(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
- withFactors(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
The values of these functions are used as input.
- withFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
- withFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- withFeature(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Feature id.
- withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
-
Id of this feature.
- withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of this feature.
- withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Id of this feature.
- withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Id of this feature.
- withFeature(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Id of this feature.
- withFeatureFilter(IDtoFeatureFilter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Constrains the allowed feature space for next normal points.
- withFeatureReport(IDtoFeatureReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Information on the data this object was based on.
- withFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Next normal feature values and rating of underlying features.
- withFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Next normal feature values and rating of underlying features.
- withFeatures(IDtoFeatureValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Next normal feature values and rating of underlying features.
- withFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Features used in the model.
- withFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Features used in the model.
- withFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- withFeatures(IDtoAbstractFeatureReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Features used in the model.
- withFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
files to include and/or exclude from the folder
- withFilesFilter(IDtoFilesFilter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
files to include and/or exclude from the folder
- withFloatColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of float column ids
- withFloatSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of float signal ids
- withFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularFilesReaderConfig
-
Path to the archive folder
- withFolder(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Path to the archive folder
- withForceRetain(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Prevents the removal of the signal and forces inclusion of all signal aspects and of derived features.
- withFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.The frequency to which the phase belongs.
- withFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
The frequency to which the phase belongs.
- withFunctions(IDtoAbstractFunction[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
A list of all functions necessary for model inference.
- withGradientTransformationMatrix(IDtoMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Gradient transformation matrix associated to the projection matrix.
- withHistory(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The feature values of the historical record.
- withHistoryTimestamp(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The timestap at which the closest historical record is found.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgMaxFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstantFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCosFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExponentialFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryEntry
-
The key.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryMapFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdentityFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogarithmFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogisticFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMollifierFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPrincipalDirectionFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProductFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoReluFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoScaleFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSinFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStepFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
ID of the function.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withId(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withId(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Unique id of the cluster.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Row id of this cell.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Row id of this cell.
- withId(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
Row id of this cell.
- withIdColumn(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
The header for id
- withIgnoreSignalAvailabilities(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesFilesReaderConfig
-
Whether or not the availability column of inference data should be ignored.
- withIncludeColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataFilter
-
If present, include only these columns.
- withIncludeFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to these features.
- withIncludeFiles(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFilesFilter
-
files to read from the folder and its sub-folders, perhaps regex
- withIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these ranges for all signals.
- withIncludeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these ranges for all signals.
- withIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, restrict to these signal ranges.
- withIncludeSignals(IDtoDataFilterRange[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, restrict to these signal ranges.
- withIncludeSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureFilter
-
If present, restrict to the features created by these signals.
- withIncremental(IDtoIncremental) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Necessary data to incrementally update the model.
- withIndex(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureIndex
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Specification of signals used for constraints creation.
- withInferenceDataSpecification(IDtoInferenceDataSpecification) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Specification of the data that is needed for a subsequent inference with this model.
- withInferenceOutputSpecification(IDtoInferenceOutputSpecification) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Specification of inference output type in model inference.
- withInferenceTimeRanges(IDtoInterval[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceTimeseriesDataFilter
-
Specify inference time ranges.
- withInfo(IDtoModelInfo) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Deprecated.Experimental: Might change in future releases.
- withInnerConstraints(IDtoInnerConstraints) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Inner constraints computed from data.
- withInnerLinearConstraint(IDtoInnerLinearConstraintConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of inner linear constraints.
- withIntendTargetSynchronizedInference(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModelingConfig
-
If false, signals are cleaned that behave special at the timestamps of the target.
- withIntercept(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
Intercept of linear function.
- withInterpreter(IDtoAbstractColumnInterpreter) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnConfig
-
Controls how this column will be interpreted.
- withInterpreter(IDtoAbstractSignalInterpreter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Controls how aspects are derived from the signal values.
- withInterpreter(IDtoAbstractTargetInterpreter) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Defines how the target is interpreted.
- withInterval(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Fixed distance of the chosen timestamps.
- withInterventional(IDtoFeatureIndex[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalIndices
-
Interventional feature -> index.
- withInterventional(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCausalConfig
-
Signals which can actively be changed.
- withInterventionalFeatures(Long[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.List of feature ids whose causal roles are interventional.
- withInvolvedColumnIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionInfo
-
List of used columns.
- withInvolvedColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedColumnDataReport
-
Source columns that were used in the expression to synthesize the column.
- withInvolvedSignalIds(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionInfo
-
List of used signals.
- withInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
Source signals that were used in the expression to synthesize the signal.
- withInvolvedSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
Source signals that were used in the expression to synthesize the signal.
- withIsSobolPoint(Boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelComponent
-
Engine internal.
- withKernelMatrixControlPoints(IDtoSymmetricBlockDiagonalMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- withKernelMatrixOrder(Integer[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- withKernelMatrixSamples(IDtoSymmetricMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- withKernelType(DtoKernelType) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withKey(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- withLabel(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalLearningConfig
-
Label within the incrementally added data.
- withLabelMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withLabelMeanInRoot(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
The delay.
- withLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Lag applied to source aspect to create feature.
- withLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- withLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- withLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCyclicSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- withLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- withLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPhaseSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- withLaggedCorrelations(Double[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
- withLagging(IDtoLaggingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures which time points in the past to consider to make a prediction.
- withLagging(IDtoSignalLaggingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Configures which time points in the past to consider to make a prediction.
- withLagging(IDtoTargetLaggingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
If a target lagging config is set, past values of the target are used for prediction of the current target value.
- withLinearModelInverseGramMatrix(IDtoSymmetricMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncremental
-
Engine internal.
- withLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Prediction values below this threshold are not normal.
- withLowerThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
-
Lower Threshold of Constraint.
- withMax(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Maximum of the feature values
- withMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Max of the feature values computed based on inducing points.
- withMax(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- withMaxFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.Exclusive upper bound of the frequency band.
- withMaxFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
Exclusive upper bound of the frequency band.
- withMaximalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- withMaximalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Upper bound on the considered delay (lag) of the influence of signals.
- withMaximalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Consider values of the target if not longer ago than the maximal lag.
- withMaximalSampleCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Maximal number of samples to be used.
- withMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.Start of the time window.
- withMaxLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Start of the time window.
- withMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Mean of the feature values computed based on inducing points.
- withMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Mean of the feature values
- withMean(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Mean of Gaussian.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.Time resolution of the source used in this function.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.Time resolution of the source used in creation of this function.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Time resolution of the source used in this function.
- withMesh(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Time resolution of the source signal that is used in window for computing Fourier transform.
- withMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- withMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Time resolution of the delays (lags) to be considered (ignored if maximal lag = minimal lag).
- withMesh(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Time resolution of the delays (lags) to be considered; (maximalLag - minimalLag) must not be smaller than mesh except if maximalLag = minimalLag.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoArgumentValidationError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnIdAlreadyInUseError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnInterpreterAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoColumnValueAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintNavigatorHubModelUnsuitedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoConstraintsMissingError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataConcurrentModificationError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQualityInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataQuantityInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDependencyAnalysisConstraintConfigNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionResultDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionRuntimeFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoExpressionSyntaxFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleDanglingError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoHandleTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningDataQualityInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIncrementalLearningModelCorruptedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataPredecessorMissingError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTargetInterpreterTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceOutputTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecificationDataTypeAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInternalEngineFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonParseFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoJsonValidationFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseApiKeyNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseInsufficientError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLicenseServerCommunicationFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintInconsistentError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelConstraintNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoModelTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOperativeSignalMissingTrueValuesError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpretationFailure
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerForeignError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPointerTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInconsistentError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintInterpreterUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalConstraintTrainingConflictError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalIdAlreadyInUseError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalInterpreterAmbiguousError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringEncodingInvalidError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSubModelIncrementalInfoNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionResultDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularExpressionRuntimeFailureError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalDataTypeUnexpectedError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalLowQualityError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalNotFoundError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTargetSignalTooManyCategoriesError
-
Error message.
- withMessage(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoWeightColumnNegativeValueError
-
Error message.
- withMin(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Minimum of the feature values
- withMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Min of the feature values computed based on inducing points.
- withMin(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- withMinFrequency(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.The lowest frequency included in the frequency band.
- withMinFrequency(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOscillatoryPowerSignalAspectReport
-
The lowest frequency included in the frequency band.
- withMinimalClusterSize(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
-
Minimal number of signals to be considered a cluster.
- withMinimalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- withMinimalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalLaggingConfig
-
Lower bound on the considered delay (lag) of the influence of signals.
- withMinimalLag(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetLaggingConfig
-
Consider values of the target if not more recent than the minimal lag.
- withMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.End of the time window.
- withMinLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.End of the time window.
- withModel(IDtoModel) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOuterConstraint
-
Deprecated.Constraint as Signal Prediction Models.
- withModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Model id.
- withModel(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Model id.
- withModeling(IDtoModelingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of the prediction model.
- withName(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Name of the engine.
- withNextNormal(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The feature values of the next normal point.
- withNextNormalTimestamp(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoHistoricalEvidenceForNextNormal
-
The timestamp at which the next normal inference is made.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Next normal feature value.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Next normal model value.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function after optimization.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of the next normal feature values.
- withNextNormalValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score of the next normal feature values.
- withNoise(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withNumTimestamps(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
Number of timestamps used to compute correlation
- withOperativePeriods(IDtoOperativePeriodsConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- withOperativePeriods(IDtoOperativePeriodsConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of a boolean signal in the data that says if the production environment was operative at a time.
- withOperativeSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Boolean signal to filter timeranges used to create constraints.
- withOuterConstraints(IDtoOuterConstraint[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Outer constraints computed from data.
- withOuterLinearConstraint(IDtoOuterLinearConstraintConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of outer linear constraints.
- withOutputMultipleZoomLevels(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusteringConfig
-
If set to true, multiple zoom levels will be included in the output.
- withP(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
Scales the inputs and makes the function sharper around the maximum.
- withParameters(Double[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
Parameters of the lti-filter function.
- withParent(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal,
- withPredicate(IDtoPredicate) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withPreference(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
Deprecated.Experimental: Might change in future releases. The higher the preference, the more likely the signal will be used in the model. A considerable preference is obtained for a value of 1.0.
- withProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategoryWithProbability
-
Probability of category.
- withProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategoryWithProbability
-
Probability of category.
- withProbability(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategoryWithProbability
-
Probability of category.
- withProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Information on the engine this object was built with.
- withProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintCollection
-
Deprecated.Information on the engine this object was built with.
- withProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
Information on the engine this object was built with.
- withProducer(IDtoProducer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on the engine this object was built with.
- withProjectionMatrix(IDtoMatrix) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInnerConstraints
-
Deprecated.Projection matrix based on the constraints of the data.
- withPvalue(Double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withQuantileCount(Integer) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoNumericalColumnInterpreter
-
Split the value range into this many quantiles.
- withRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Rating how much value differs from next_normal_value.
- withRating(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeNode
-
Engine internal.
- withRating(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoZoomLevelReport
-
Rating of this zoom level.
- withReason(DtoSignalRemovalReason) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
-
Reason to be removed.
- withRemovedOutlierCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
Number of data points in the observed timerange of the target signal that were determined to be outliers.
- withRemovedSignals(IDtoSignalRemoval[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
List of signals removed and their justification.
- withRemoveOutliers(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSamplingConfig
-
Flag indicating whether outliers should be removed from training samples or considered part of normal behaviour.
- withRemoveOutliers(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Flag indicating whether target signal outliers should be removed from training samples or considered part of normal behaviour.
- withResultFunction(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoModel
-
The final function that provides the prediction of interest.
- withRoot(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMatrix
- withRows(int) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSymmetricMatrix
- withSampling(IDtoSamplingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configures how the data is sampled for analysis.
- withSampling(IDtoSamplingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configures how the data is sampled for analysis.
- withSampling(IDtoSamplingConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures how the target is sampled for the training.
- withScale(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
Scales the inputs and makes the function sharper around the maximum.
- withScale(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoIncrementalBatchInfo
-
Engine internal.
- withScaleFactors(IDtoFeatureValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoKernelModelFunction
-
Engine internal.
- withSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Segment ID of this SegmentFloatValue.
- withSegmentId(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment ID.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractInferenceSignalSpecification
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAbstractSignalDataReport
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceSynthesizedSignalSpecification
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoRawSignalDataReport
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSignalFunction
-
The ID of the signal to be used as function.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSynthesizedSignalDataReport
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoOperativePeriodsConfig
-
Boolean signal in the data that says if the production environment was operative at a time.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalConfig
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalRemoval
-
ID of a given signal
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoSignalReport
-
ID of the signal.
- withSignal(String) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTargetConfig
-
Signal in the data that should be predicted.
- withSignals(IDtoAbstractInferenceSignalSpecification[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceDataSpecification
-
Specification for all signals needed at the inference.
- withSignals(IDtoAbstractSignalDataReport[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataReport
-
Information on all signals in the data.
- withSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisConfig
-
Configuration of each signal, including Interpreter.
- withSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoConstraintConfig
-
Deprecated.Configuration of each signal, including Interpreter.
- withSignals(IDtoSignalConfig[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configures the interpretation of the input signals.
- withSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- withSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoCategoricalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- withSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFeatureReport
- withSignals(IDtoSignalReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoNumericalTargetAspectReport
-
Includes information about the strength of interdependency between (aspects of) signals and this target aspect
- withSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoClusterReport
-
Signals that compose the cluster.
- withSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
-
The dependency relates to these two signals.
- withSkipOnInsufficientData(Boolean) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceConfig
-
This flag controls the behaviour for missing data at inference.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedCategoricalFunction
-
Deprecated.FunctionId of the only input function.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoAggregatedNumericalFunction
-
Deprecated.FunctionId of the only input function.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLagFunction
-
ID of the function whose values are lagged.
- withSource(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLtiFilterFunction
-
FunctionId of the only input function.
- withSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- withSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Id of the source aspect of this feature.
- withSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Id of the source aspect of this feature.
- withSource(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Id of the source aspect of this feature.
- withSourceFunction(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPredicate
-
Engine internal.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIdCategoryProbaMapFunction
-
FunctionIds of the only input functions.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLinearFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoLogSumExpFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoMaxFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOrFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPNormFunction
-
The values of these functions are used as input.
- withSources(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPhaseSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- withSpectrum(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoPowerSpectrumFunction
-
Deprecated.FunctionId of the only input function.
- withStartLag(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInferenceRawSignalSpecification
-
Start of the time window measured as duration until the inference timestamp.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilter
-
If present, exclude all data before this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDataFilterRange
-
If present, the range only includes times at or after this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoDefaultTimeseriesDataFilter
-
If present, exclude all data before this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoInterval
-
If present, the range only includes times at or after this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalBeforeIncident
-
If present, the range only includes times at or after this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoIntervalWithoutIncident
-
If present, the range only includes times at or after this time.
- withStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoExplainNextNormalFromHistoryConfig
-
Start timestamp the analysis starts.
- withStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- withStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedCategoricalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- withStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAggregatedNumericalFeatureReport
-
Deprecated.Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- withStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLagFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- withStatistics(IDtoFeatureStatisticsReport) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoLtiFilterFeatureReport
-
Statistics of the feature, sampled from its recorded timestamps within the operative periods.
- withStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeature
-
Standard deviation of the feature values computed based on inducing points.
- withStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureStatisticsReport
-
Standard deviation of the feature values
- withStd(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoGaussCdfFunction
-
Standard deviation of Gaussian.
- withStringColumns(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTabularDataTypesConfig
-
List of string column ids
- withStringSignals(String[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
List of string signal ids
- withSummands(Long[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSumFunction
-
The values of these functions are used as input.
- withTarget(IDtoTargetConfig) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingConfig
-
Configuration of the target, the signal to be predicted.
- withTargetAspects(IDtoAbstractTargetAspectReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoTrainingReport
-
Information on all aspects of the target.
- withTargetInterpreterType(DtoTargetInterpreterType) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoInferenceOutputSpecification
-
Target interpreter with which the model was trained
- withTestValue(IDtoAbstractCategory) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoCategoryEqualsFunction
-
The category (=value) of the categorical source for which this 0/1-function is created.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValues
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValuesWithNextNormal
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Detection timestamp for this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
Timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
Timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
Detection timestamp of this data point.
- withTimestamp(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithCategoryProbabilities
-
Detection timestamp for this data point.
- withTimestampSignal(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTimeseriesDataTypesConfig
-
The header for timestamp
- withTotalTargetDataPointCount(Integer) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
Total number of data points in the observed timerange of the target signal (without those generated by a potential additionalSampleMesh).
- withTrainingEndTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
The end of the observed target timerange (inclusive).
- withTrainingStartTime(Long) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDataUsageReport
-
The start of the observed target timerange.
- withTree(IDtoTreeNode[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoTreeModelFunction
-
Engine internal.
- withUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoFloatNextNormalConfig
-
Deprecated.Prediction values above this threshold are not normal.
- withUpperThreshold(Double) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoStaticNumericalCondition
-
Upper Threshold of Constraint.
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCategory
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanCell
-
Boolean value of this cell.
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanColumnValue
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPoint
-
Boolean value of this data point.
- withValue(boolean) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoBooleanDataPointWithAvailability
-
Boolean value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValue
-
Engine internal.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFeatureValueWithNextNormal
-
Observed feature value.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCategory
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCell
-
Floating point value of this cell.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatColumnValue
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValue
-
Evaluation of model.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatConstraintValueWithNextNormal
-
Observed model value.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValue
-
Evaluation of cost function.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatCostValueWithNextNormal
-
Evaluation of cost function before optimization.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPoint
-
Floating point value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithAvailability
-
Floating point value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFloatDataPointWithNextNormal
-
Prediction value of this data point.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValue
-
Floating point value of this SegmentFloatValue.
- withValue(double) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentFloatValueWithNextNormal
-
Segment score.
- withValue(Object) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoErrorParam
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCategory
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringCell
-
String value of this cell.
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringColumnValue
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPoint
-
String value of this data point.
- withValue(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoStringDataPointWithAvailability
-
String value of this data point.
- withValues(IDtoSegmentFloatValue[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPoint
-
SegmentFloatValues of this data point.
- withValuesWithNextNormal(IDtoSegmentFloatValueWithNextNormal[]) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoSegmentsFloatDataPointWithNextNormal
-
List of SegmentFloatValueWithNextNormal of this data point.
- withVersion(String) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoProducer
-
Engine version.
- withWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoFourierTransformFunction
-
Deprecated.At time "t", frequency spectra are calculated for the time window from after "t - windowLength" to "t" using a step size given by mesh.
- withWindowLength(long) - Method in class com.vernaio.aivis.engine.v2.base.sdk.dto.DtoOscillatorySignalInterpreter
-
Length of the time window the frequency spectra are calculated for.
- withZoomLevels(IDtoZoomLevelReport[]) - Method in class com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAnalysisReport
-
Report with clusters for each zoom level, including ratings.
- WrongFlavourException - Exception in com.vernaio.aivis.engine.v2.base.sdk.exception
-
Wrong flavour exceptions are thrown whenever an engine function is called that is not supported by the current library flavour.
- WrongFlavourException(String) - Constructor for exception com.vernaio.aivis.engine.v2.base.sdk.exception.WrongFlavourException
_
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractInferenceSignalSpecification
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAbstractTimeseriesDataFilter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedCategoricalFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoAggregatedNumericalFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgMaxFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoArgumentValidationError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoBooleanColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoricalSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCategoryEqualsFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnIdAlreadyInUseError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnInterpreterAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoColumnValueAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstantFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintNavigatorHubModelUnsuitedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoConstraintsMissingError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCosFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoCyclicSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataConcurrentModificationError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQualityInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDataQuantityInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDefaultTimeseriesDataFilter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoDependencyAnalysisConstraintConfigNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExponentialFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionResultDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionRuntimeFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoExpressionSyntaxFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFloatColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoFourierTransformFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoGaussCdfFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleDanglingError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoHandleTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryMapFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdCategoryProbaMapFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIdentityFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningDataQualityInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoIncrementalLearningModelCorruptedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataPredecessorMissingError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTargetInterpreterTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceOutputTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecification
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceRawSignalSpecificationDataTypeAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceSynthesizedSignalSpecification
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInferenceTimeseriesDataFilter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoInternalEngineFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonParseFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoJsonValidationFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoKernelModelFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLagFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseApiKeyNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseInsufficientError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLicenseServerCommunicationFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLinearFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogarithmFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogisticFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLogSumExpFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoLtiFilterFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMaxFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintInconsistentError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelConstraintNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoModelTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoMollifierFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalColumnInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoNumericalSignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOperativeSignalMissingTrueValuesError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOrFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpretationFailure
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoOscillatorySignalInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPhaseSpectrumFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPNormFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerForeignError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPointerTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPowerSpectrumFunction
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoPrincipalDirectionFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoProductFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawColumnDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoRawSignalDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoReluFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoScaleFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSegmentNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInconsistentError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintInterpreterUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalConstraintTrainingConflictError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalIdAlreadyInUseError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalInterpreterAmbiguousError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSignalNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSinFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStepFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringCategory
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringColumnValue
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoStringEncodingInvalidError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSubModelIncrementalInfoNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSumFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedColumnDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoSynthesizedSignalDataReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionResultDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTabularExpressionRuntimeFailureError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalDataTypeUnexpectedError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalLowQualityError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalNotFoundError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTargetSignalTooManyCategoriesError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoTreeModelFunction
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.base.sdk.dto.IDtoWeightColumnNegativeValueError
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractFeatureReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractTargetInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedCategoricalFeatureReport
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAggregatedNumericalFeatureReport
-
Deprecated.
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalSignalAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCategoricalTargetInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoCyclicSignalAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoDefaultTargetInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLagFeatureReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoLtiFilterFeatureReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalSignalAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoNumericalTargetInterpreter
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPhaseSignalAspectReport
- _DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoOscillatoryPowerSignalAspectReport
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form