Example #1
0
 internal IidAnomalyDetectionBaseWrapper(IHostEnvironment env, ModelLoadContext ctx, string name)
 {
     InternalTransform = new IidAnomalyDetectionBase(env, ctx, name, this);
 }
Example #2
0
 internal IidAnomalyDetectionBaseWrapper(ArgumentsBase args, string name, IHostEnvironment env)
 {
     InternalTransform = new IidAnomalyDetectionBase(args, name, env, this);
 }