Public Attributes | List of all members
tagSQ_ModelInfo Struct Reference

#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
 

Detailed Description

A struct with information about a model

Member Data Documentation

◆ isBatchEvolutionModel

SQ_Bool tagSQ_ModelInfo::isBatchEvolutionModel

SQ_True if batch evolution model, otherwise SQ_False

◆ isBatchLevelModel

SQ_Bool tagSQ_ModelInfo::isBatchLevelModel

SQ_True if batch level model, otherwise SQ_False

◆ isFitted

SQ_Bool tagSQ_ModelInfo::isFitted

SQ_True if fitted, otherwise SQ_False

◆ lastModified

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.

◆ modelName

char tagSQ_ModelInfo::modelName[128]

The name of the model, like M1

◆ modelTitle

char tagSQ_ModelInfo::modelTitle[128]

The title of the model

◆ modelType

SQ_ModelType tagSQ_ModelInfo::modelType

The type of model, for example PLS

◆ modelTypeName

char tagSQ_ModelInfo::modelTypeName[128]

The type of model written as text, for example PLS

◆ numberOfObservations

int tagSQ_ModelInfo::numberOfObservations

Number of observations included in the model

◆ numberOfPredictiveComponents

int tagSQ_ModelInfo::numberOfPredictiveComponents

Number of predictive components

◆ numberOfXOrthogonalComponents

int tagSQ_ModelInfo::numberOfXOrthogonalComponents

Number of X orthogonal components

◆ numberOfXVariables

int tagSQ_ModelInfo::numberOfXVariables

Number of X variables included in the model including expanded qualitative variables

◆ numberOfYOrthogonalComponents

int tagSQ_ModelInfo::numberOfYOrthogonalComponents

Number of Y orthogonal components

◆ numberOfYVariables

int tagSQ_ModelInfo::numberOfYVariables

Number of Y variables included in the model including expanded qualitative variables


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

Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen