2 writes to OutputLength
Microsoft.ML.TimeSeries (2)
SequentialAnomalyDetectionTransformBase.cs (2)
189
OutputLength
= GetOutputLength(ThresholdScore, Host);
232
OutputLength
= GetOutputLength(ThresholdScore, Host);
5 references to OutputLength
Microsoft.ML.TimeSeries (5)
SequentialAnomalyDetectionTransformBase.cs (5)
334
meta.AddSlotNames(_parent.
OutputLength
, GetSlotNames);
336
info[0] = new DataViewSchema.DetachedColumn(_parent.OutputColumnName, new VectorDataViewType(NumberDataViewType.Double, _parent.
OutputLength
), meta.ToAnnotations());
340
public void GetSlotNames(ref VBuffer<ReadOnlyMemory<char>> dst) => _slotNames.CopyTo(ref dst, 0, _parent.
OutputLength
);
513
var outputLength = Parent.
OutputLength
;
524
var outputLength = Parent.
OutputLength
;