All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hex.schemas.GrepV3 Maven / Gradle / Ivy

package hex.schemas;

import hex.grep.Grep;
import hex.grep.GrepModel;
import water.api.API;
import water.api.schemas3.ModelParametersSchemaV3;

public class GrepV3 extends ModelBuilderSchema {

  public static final class GrepParametersV3 extends ModelParametersSchemaV3 {
    static public String[] own_fields = new String[] { "regex" };

    // Input fields
    @API(help="regex")  public String regex;
  } // GrepParametersV2
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy