Example #1
0
 /// <summary>
 ///
 /// </summary>
 public InputMappedClassifier Environment(weka.core.Environment env)
 {
     Impl.setEnvironment(env);
     return(this);
 }
Example #2
0
 /// <summary>
 ///
 /// </summary>
 public ReplaceMissingWithUserConstant Environment(weka.core.Environment env)
 {
     Impl.setEnvironment(env);
     return(this);
 }
Example #3
0
 /// <summary>
 ///
 /// </summary>
 public Vote Environment(weka.core.Environment env)
 {
     Impl.setEnvironment(env);
     return(this);
 }
Example #4
0
 /// <summary>
 ///
 /// </summary>
 public AddUserFields Environment(weka.core.Environment env)
 {
     Impl.setEnvironment(env);
     return(this);
 }