We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8130567 commit b291d95Copy full SHA for b291d95
src/Microsoft.ML.TimeSeries.StaticPipe/TimeSeriesStatic.cs
@@ -230,7 +230,7 @@ public static Vector<double> DetectChangePointBySsa(
230
/// <summary>
231
/// Static API extension methods for <see cref="SsaSpikeEstimator"/>.
232
/// </summary>
233
- public static class SsaSpikeDetecotStaticExtensions
+ public static class SsaSpikeDetectorStaticExtensions
234
{
235
private sealed class OutColumn : Vector<double>
236
0 commit comments