Here you can find the source of normalDist(double[] features, double[] avg, double[][] cov)
public static double normalDist(double[] features, double[] avg, double[][] cov)
//package com.java2s; //License from project: Open Source License public class Main { public static double normalDist(double[] features, double[] avg, double[][] cov) { return 0; }//from w ww .ja va2s . c om }