Skip to content

Commit b291d95

Browse files
authored
TimeSeriesStatics naming. (#3215)
1 parent 8130567 commit b291d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.TimeSeries.StaticPipe/TimeSeriesStatic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public static Vector<double> DetectChangePointBySsa(
230230
/// <summary>
231231
/// Static API extension methods for <see cref="SsaSpikeEstimator"/>.
232232
/// </summary>
233-
public static class SsaSpikeDetecotStaticExtensions
233+
public static class SsaSpikeDetectorStaticExtensions
234234
{
235235
private sealed class OutColumn : Vector<double>
236236
{

0 commit comments

Comments
 (0)