mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 06:23:08 +08:00
@ -38,7 +38,7 @@ public class Gaussian {
|
||||
return mat;
|
||||
}
|
||||
|
||||
// calcilate the x_1, x_2,... values of the gaussian and save it in an arraylist.
|
||||
// calculate the x_1, x_2,... values of the gaussian and save it in an arraylist.
|
||||
public static ArrayList<Double> valueOfGaussian(int mat_size, double[][] x, double[][] mat) {
|
||||
ArrayList<Double> answerArray = new ArrayList<Double>();
|
||||
int i, j;
|
||||
|
Reference in New Issue
Block a user