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

tech.tablesaw.mapping.NumericMapUtils Maven / Gradle / Ivy

There is a newer version: 0.43.1
Show newest version
package tech.tablesaw.mapping;

import org.apache.commons.math3.stat.StatUtils;

/**
 *
 */
public class NumericMapUtils {


    public double[] normalize(double[] data) {
        return StatUtils.normalize(data);
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy