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