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

water.udf.CFunc1 Maven / Gradle / Ivy

The newest version!
package water.udf;

import org.junit.Ignore;

@Ignore("Support for tests, but no actual tests here")
public interface CFunc1 extends CFunc {
  double apply(CBlock.CRow row);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy