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