public class ConcurrentCorrelationTask extends Object implements Callable<Pair<Integer,double[]>>
ConcurrentCorrelationTask(double[][] matrix1, double[] meanOfSamples, int x)
Pair<Integer,double[]>
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcurrentCorrelationTask(double[][] matrix1, double[] meanOfSamples, int x)
public Pair<Integer,double[]> call() throws Exception
call
Callable<Pair<Integer,double[]>>
Exception
Copyright © 2015. All Rights Reserved.