3 references to CheckValue
Microsoft.ML.TimeSeries (3)
SequentialTransformBase.cs (1)
116Contracts.CheckValue(host, nameof(host), "The host cannot be null.");
SequentialTransformerBase.cs (2)
99Contracts.CheckValue(host, nameof(host), "The host cannot be null."); 118Contracts.CheckValue(host, nameof(host), "The host cannot be null.");