Package jline.api.mam.m3pp
Class M3pp2m_fitc
java.lang.Object
jline.api.mam.m3pp.M3pp2m_fitc
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellm3pp2m_fitc(double[] av, double[] btv, double[] binfv) Simple wrapper function for m3pp2m_fitcstatic Matrix[]m3pp2m_fitc(double a, double bt1, double bt2, double binf, double m3t2, double t1, double t2, double[] ai, double[] dvt3, double t3) Fits a second-order Marked MMPP using exact count statistics.static MatrixCellm3pp2m_fitc_approx_ag_multiclass(double[] av, double[] btv, double[] binfv) static MatrixCellm3pp2m_fitc_approx_ag_multiclass(double[] av, double[] btv, double[] binfv, double[] corrv) Wrapper function for m3pp2m_fitc_approx_ag_multiclass
-
Method Details
-
m3pp2m_fitc
Simple wrapper function for m3pp2m_fitc -
m3pp2m_fitc_approx_ag_multiclass
public static MatrixCell m3pp2m_fitc_approx_ag_multiclass(double[] av, double[] btv, double[] binfv, double[] corrv) Wrapper function for m3pp2m_fitc_approx_ag_multiclass -
m3pp2m_fitc_approx_ag_multiclass
public static MatrixCell m3pp2m_fitc_approx_ag_multiclass(double[] av, double[] btv, double[] binfv) -
m3pp2m_fitc
public static Matrix[] m3pp2m_fitc(double a, double bt1, double bt2, double binf, double m3t2, double t1, double t2, double[] ai, double[] dvt3, double t3) Fits a second-order Marked MMPP using exact count statistics.
-