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

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

There is a newer version: 2.10.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy