
data.Transformation Maven / Gradle / Ivy
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