5 writes to Source
Microsoft.ML.TimeSeries (2)
ExtensionsCatalog.cs (1)
172Source = inputColumnName ?? outputColumnName,
SsaChangePointDetector.cs (1)
261Source = inputColumnName ?? outputColumnName,
Microsoft.ML.TimeSeries.Tests (3)
TimeSeriesDirectApi.cs (3)
163Source = "Value", 231Source = "Value", 308Source = "Value",
6 references to Source
Microsoft.ML.TimeSeries (6)
SsaChangePointDetector.cs (6)
78Source = options.Source; 279_host.CheckNonEmpty(options.Source, nameof(options.Source)); 301if (!inputSchema.TryFindColumn(_options.Source, out var col)) 302throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source); 304throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());