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

data.Transformation Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package data;

/**
 * Specifies a transformation to be applied to a set of data.
 * @author Jacob Rachiele
 *
 */
enum Transformation {
  /**
   * The natural logarithm.
   */
  LOG,
  /**
   * The square root.
   */
  SQRT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy