Package jline.lib.kpctoolbox.kpcfit
Class KPCFitResult
-
- All Implemented Interfaces:
public final class KPCFitResultResult of KPC fitting.
-
-
Field Summary
Fields Modifier and Type Field Description private final MatrixCellMAPprivate final Doublefacprivate final Doublefbcprivate final List<MatrixCell>subMAPsprivate final List<MatrixCell>otherMAPsprivate final DoubleArrayotherFACsprivate final DoubleArrayotherFBCs
-
Constructor Summary
Constructors Constructor Description KPCFitResult(MatrixCell MAP, Double fac, Double fbc, List<MatrixCell> subMAPs, List<MatrixCell> otherMAPs, DoubleArray otherFACs, DoubleArray otherFBCs)
-
Method Summary
Modifier and Type Method Description final MatrixCellgetMAP()final DoublegetFac()final DoublegetFbc()final List<MatrixCell>getSubMAPs()final List<MatrixCell>getOtherMAPs()final DoubleArraygetOtherFACs()final DoubleArraygetOtherFBCs()-
-
Constructor Detail
-
KPCFitResult
KPCFitResult(MatrixCell MAP, Double fac, Double fbc, List<MatrixCell> subMAPs, List<MatrixCell> otherMAPs, DoubleArray otherFACs, DoubleArray otherFBCs)
-
-
Method Detail
-
getMAP
final MatrixCell getMAP()
-
getSubMAPs
final List<MatrixCell> getSubMAPs()
-
getOtherMAPs
final List<MatrixCell> getOtherMAPs()
-
getOtherFACs
final DoubleArray getOtherFACs()
-
getOtherFBCs
final DoubleArray getOtherFBCs()
-
-
-
-