2 writes to OutputLength
Microsoft.ML.TimeSeries (2)
SrCnnTransformBase.cs (2)
85OutputLength = 3; 91OutputLength = 3;
6 references to OutputLength
Microsoft.ML.TimeSeries (6)
SrCnnTransformBase.cs (6)
168_slotNames = new VBuffer<ReadOnlyMemory<char>>(_parent.OutputLength, new[] { "Alert".AsMemory(), "Raw Score".AsMemory(), 177meta.AddSlotNames(_parent.OutputLength, GetSlotNames); 179info[0] = new DataViewSchema.DetachedColumn(_parent.OutputColumnName, new VectorDataViewType(NumberDataViewType.Double, _parent.OutputLength), meta.ToAnnotations()); 183public void GetSlotNames(ref VBuffer<ReadOnlyMemory<char>> dst) => _slotNames.CopyTo(ref dst, 0, _parent.OutputLength); 286var outputLength = Parent.OutputLength; 297var outputLength = Parent.OutputLength;