1 write to _parent
Microsoft.ML.TimeSeries (1)
SrCnnTransformBase.cs (1)
166_parent = parent;
12 references to _parent
Microsoft.ML.TimeSeries (12)
SrCnnTransformBase.cs (12)
168_slotNames = new VBuffer<ReadOnlyMemory<char>>(_parent.OutputLength, new[] { "Alert".AsMemory(), "Raw Score".AsMemory(), 171State = (SrCnnStateBase)_parent.StateRef; 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); 193void ICanSaveModel.Save(ModelSaveContext ctx) => _parent.SaveModel(ctx); 211ProcessData processData = _parent.WindowSize > 0 ? 244state.UpdateState(ref src, args.RowPosition, _parent.WindowSize > 0); 251if (Interlocked.Increment(ref _parent.StateRefCount) > 1) 253State = (SrCnnStateBase)_parent.StateRef.Clone(); 259return _parent;