1 write to _options
Microsoft.ML.TimeSeries (1)
SsaChangePointDetector.cs (1)
281
_options
= options;
6 references to _options
Microsoft.ML.TimeSeries (6)
SsaChangePointDetector.cs (6)
290
return new SsaChangePointDetector(_host,
_options
, input);
301
if (!inputSchema.TryFindColumn(
_options
.Source, out var col))
302
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input",
_options
.Source);
304
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input",
_options
.Source, "Single", col.GetTypeString());
310
resultDic[
_options
.Name] = new SchemaShape.Column(
311
_options
.Name, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Double, false, new SchemaShape(metadata));