Class KPCFit.AcfitResult

java.lang.Object
jline.lib.kpctoolbox.kpcfit.KPCFit.AcfitResult
Enclosing class:
KPCFit

public static class KPCFit.AcfitResult extends Object
  • Field Details

    • resSCV

      public final List<double[]> resSCV
    • resG2

      public final List<double[]> resG2
    • fobjAC

      public final double[] fobjAC
  • Constructor Details

    • AcfitResult

      public AcfitResult(List<double[]> resSCV, List<double[]> resG2, double[] fobjAC)