Package chemaxon.calculations
Class PkaTrainingResult
java.lang.Object
chemaxon.calculations.PkaTrainingResult
Represents pKa training result.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of pKa group types representing different acidic and basic functional groups in molecules. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(PkaTrainingResult.PkaType type, int subtype, String key, double value) Add parameter to the resultbooleandoublegetCorrectionFactor(String[] molCenterParams, int dirIndex, int cIndx) getName()inthashCode()voidSets the name
-
Constructor Details
-
PkaTrainingResult
Generates an empty training result object- Parameters:
name- the name of the training result
-
-
Method Details