Go to the source code of this file.
Classes | |
struct | tagSQ_BatchPrediction |
Typedefs | |
typedef struct tagSQ_BatchPrediction * | SQ_BatchPrediction |
Functions | |
SQ_ErrorCode | SQ_ClearBatchPrediction (SQ_BatchPrediction *pPrediction) |
SQ_ErrorCode | SQ_GetBatchLevelPrediction (SQ_BatchPrediction pBatchPrediction, SQ_Prediction *pBLPrediction) |
SQ_ErrorCode | SQ_GetBatchEvolutionPrediction (SQ_BatchPrediction pBatchPrediction, int iModelNumber, SQ_Prediction *pBEMPrediction) |
This file list the SQ_BatchPrediction object used to get data from a batch prediction.
typedef struct tagSQ_BatchPrediction * SQ_BatchPrediction |
The handle used to identify a prediction object. IMPORTANT: Always initialize it to NULL!
SQ_ErrorCode SQ_ClearBatchPrediction | ( | SQ_BatchPrediction * | pPrediction | ) |
Removes the allocated memory for the BatchPrediction object. This function must be called for every BatchPrediction object that is created, if not a memory leak will occur.
[in] | pPrediction | The Batch Prediction object to remove. |
SQ_ErrorCode SQ_GetBatchEvolutionPrediction | ( | SQ_BatchPrediction | pBatchPrediction, |
int | iModelNumber, | ||
SQ_Prediction * | pBEMPrediction | ||
) |
Get the prediction handle for a batch evolution model that the prediction was performed on.
[in] | pBatchPrediction | The batch prediction object to use. |
[in] | iModelNumber | The batch evolution model number to get the prediction for. |
[out] | pBEMPrediction | The batch evolution prediction object that should be used to retrieve the prediction results. |
SQ_ErrorCode SQ_GetBatchLevelPrediction | ( | SQ_BatchPrediction | pBatchPrediction, |
SQ_Prediction * | pBLPrediction | ||
) |
Get the prediction handle for the batch level model that the prediction was performed on.
[in] | pBatchPrediction | The batch prediction object to use. |
[out] | pBLPrediction | The batch level prediction object that should be used to retrieve the prediction results. |
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen