#include <SQCommon.h>
Public Attributes | |
SQ_Bool | isFitted |
SQ_Bool | isBatchLevelModel |
SQ_Bool | isBatchEvolutionModel |
int | numberOfPredictiveComponents |
int | numberOfXOrthogonalComponents |
int | numberOfYOrthogonalComponents |
char | modelName [128] |
char | modelTitle [128] |
char | modelTypeName [128] |
SQ_ModelType | modelType |
long | lastModified |
int | numberOfXVariables |
int | numberOfYVariables |
int | numberOfObservations |
A struct with information about a model
SQ_Bool tagSQ_ModelInfo::isBatchEvolutionModel |
SQ_True if batch evolution model, otherwise SQ_False
SQ_Bool tagSQ_ModelInfo::isBatchLevelModel |
SQ_True if batch level model, otherwise SQ_False
SQ_Bool tagSQ_ModelInfo::isFitted |
SQ_True if fitted, otherwise SQ_False
long tagSQ_ModelInfo::lastModified |
The time and date when the model was created or modified, representing the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC.
char tagSQ_ModelInfo::modelName[128] |
The name of the model, like M1
char tagSQ_ModelInfo::modelTitle[128] |
The title of the model
SQ_ModelType tagSQ_ModelInfo::modelType |
The type of model, for example PLS
char tagSQ_ModelInfo::modelTypeName[128] |
The type of model written as text, for example PLS
int tagSQ_ModelInfo::numberOfObservations |
Number of observations included in the model
int tagSQ_ModelInfo::numberOfPredictiveComponents |
Number of predictive components
int tagSQ_ModelInfo::numberOfXOrthogonalComponents |
Number of X orthogonal components
int tagSQ_ModelInfo::numberOfXVariables |
Number of X variables included in the model including expanded qualitative variables
int tagSQ_ModelInfo::numberOfYOrthogonalComponents |
Number of Y orthogonal components
int tagSQ_ModelInfo::numberOfYVariables |
Number of Y variables included in the model including expanded qualitative variables
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen