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

hex.genmodel.easy.EnumLimitedEncoderColumnMapper Maven / Gradle / Ivy

There is a newer version: 3.46.0.5
Show newest version
package hex.genmodel.easy;

import hex.genmodel.GenModel;


public class EnumLimitedEncoderColumnMapper extends EnumEncoderColumnMapper {

  public EnumLimitedEncoderColumnMapper(GenModel m) {
    super(m);
  }
  
  @Override
  public String[] getModelColumnNames() {
    return _m.getOrigNames();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy