reset
Description
IncrementalMdl = reset( returns
the IncrementalMdl)incrementalPCA
model IncrementalMdl with reset principal component analysis (PCA)
properties. If any hyperparameters of IncrementalMdl are estimated
during incremental fitting, the reset function resets them as well.
reset preserves the NumPredictors,
NumComponents, EstimationPeriod,
WarmupPeriod, and VariableWeights properties of
IncrementalMdl. However, the function resets
WarmupPeriod to the default value of 1000 if either of the following apply:
You specify
CoefficientsandLatent, but do not specifyWarmupPeriod, when you createIncrementalMdl.You specify
WarmupPeriod=0when you createIncrementalMdl.
Examples
Input Arguments
Version History
Introduced in R2024a