Skip to content

Commit 7bf4c39

Browse files
committed
misc fixes.
1 parent 54593d3 commit 7bf4c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.TimeSeries/IidAnomalyDetectionBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public IidAnomalyDetectionBase(IHostEnvironment env, ModelLoadContext ctx, strin
2929
{
3030
Host.CheckDecode(InitialWindowSize == 0);
3131
StateRef = new State(ctx);
32-
StateRef.InitState(WindowSize, InitialWindowSize, this, Host);
32+
StateRef.InitState(this, Host);
3333
}
3434

3535
public override Schema GetOutputSchema(Schema inputSchema)

0 commit comments

Comments
 (0)