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

data.Transformation Maven / Gradle / Ivy

The 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 - 2024 Weber Informatics LLC | Privacy Policy