reset
Syntax
Description
Mdl = reset( returns the Mdl)incrementalDynamicKMeans model Mdl with reset
          k-means clustering properties. The function resets these
        properties:
- IsWarmto- false
- NumClustersand- NumDynamicClustersto their initial values after object creation
- Centroidsand- DynamicCentroidsto their initial sizes after object creation, and their values to- NaN
- ClusterCountsand- DynamicClusterCountsto their initial sizes after object creation, and their values to- 0
- NumTrainingObservationsto- 0
- Metricsand- DynamicMetricsto- NaN
reset preserves the NumPredictors,
          NumAdditionalClusters, EstimationPeriod, and
          WarmupPeriod properties of Mdl. However, if
          WarmupPeriod is 0, the reset
        function resets WarmupPeriod to the default value of
          1000.
Examples
Input Arguments
Version History
Introduced in R2025a