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