File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,13 @@ bool CForecastModelPersist::CRestore::restoreOneModel(core::CStateRestoreTravers
133
133
134
134
maths::SModelRestoreParams params{
135
135
maths::CModelParams (modelParams.s_BucketLength , modelParams.s_LearnRate ,
136
- modelParams.s_DecayRate , minimumSeasonalVarianceScale),
136
+ modelParams.s_DecayRate , minimumSeasonalVarianceScale,
137
+ modelParams.s_MinimumTimeToDetectChange ,
138
+ modelParams.s_MaximumTimeToTestForChange ),
137
139
maths::STimeSeriesDecompositionRestoreParams{
138
140
modelParams.s_DecayRate , modelParams.s_BucketLength ,
139
- modelParams.s_ComponentSize },
141
+ modelParams.s_ComponentSize ,
142
+ modelParams.distributionRestoreParams (dataType)},
140
143
modelParams.distributionRestoreParams (dataType)};
141
144
142
145
if (!traverser.traverseSubLevel (
You can’t perform that action at this time.
0 commit comments