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

ciir.umass.edu.stats.SignificanceTest Maven / Gradle / Ivy

The newest version!
package ciir.umass.edu.stats;

import java.util.Map;

public class SignificanceTest {

    public double test(final Map target, final Map baseline) {
        return 0;
    }

    protected void makeRCall() {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy