2 writes to OutputLength
Microsoft.ML.TimeSeries (2)
SrCnnTransformBase.cs (2)
85
OutputLength
= 3;
91
OutputLength
= 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(),
177
meta.AddSlotNames(_parent.
OutputLength
, GetSlotNames);
179
info[0] = new DataViewSchema.DetachedColumn(_parent.OutputColumnName, new VectorDataViewType(NumberDataViewType.Double, _parent.
OutputLength
), meta.ToAnnotations());
183
public void GetSlotNames(ref VBuffer<ReadOnlyMemory<char>> dst) => _slotNames.CopyTo(ref dst, 0, _parent.
OutputLength
);
286
var outputLength = Parent.
OutputLength
;
297
var outputLength = Parent.
OutputLength
;