Package jline.lib.kpctoolbox.kpcfit
Class KPCFit.KPCFitResult
java.lang.Object
jline.lib.kpctoolbox.kpcfit.KPCFit.KPCFitResult
- Enclosing class:
KPCFit
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal doublefinal doublefinal MatrixCellfinal double[]final double[]final List<MatrixCell> final List<MatrixCell> -
Constructor Summary
ConstructorsConstructorDescriptionKPCFitResult(MatrixCell MAP, double fac, double fbc, List<MatrixCell> subMAPs, List<MatrixCell> otherMAPs, double[] otherFACs, double[] otherFBCs) -
Method Summary
-
Field Details
-
MAP
-
fac
public final double fac -
fbc
public final double fbc -
subMAPs
-
otherMAPs
-
otherFACs
public final double[] otherFACs -
otherFBCs
public final double[] otherFBCs
-
-
Constructor Details
-
KPCFitResult
public KPCFitResult(MatrixCell MAP, double fac, double fbc, List<MatrixCell> subMAPs, List<MatrixCell> otherMAPs, double[] otherFACs, double[] otherFBCs)
-