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(),
171
State = (SrCnnStateBase)
_parent
.StateRef;
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);
193
void ICanSaveModel.Save(ModelSaveContext ctx) =>
_parent
.SaveModel(ctx);
211
ProcessData processData =
_parent
.WindowSize > 0 ?
244
state.UpdateState(ref src, args.RowPosition,
_parent
.WindowSize > 0);
251
if (Interlocked.Increment(ref
_parent
.StateRefCount) > 1)
253
State = (SrCnnStateBase)
_parent
.StateRef.Clone();
259
return
_parent
;