Class ObjectiveExhaustiveStatistics
- java.lang.Object
-
- com.actelion.research.chem.properties.complexity.ObjectiveExhaustiveStatistics
-
public class ObjectiveExhaustiveStatistics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static double
ALMOST_ZERO
static double
BASE_LOG
static int
DELTA_BONDS
static int
NUM_BONDS_START_REGRESSION_SMALL_MOLECULE
static boolean
SCALE
static boolean
VERBOSE
-
Constructor Summary
Constructors Constructor Description ObjectiveExhaustiveStatistics()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultObjective
calculateScore(ResultFragmentsStatistic resultFragmentsStatistic)
28.08.2013static int
getNeededNumberOfBondsInFragment(StereoMolecule mol)
-
-
-
Field Detail
-
VERBOSE
public static boolean VERBOSE
-
SCALE
public static boolean SCALE
-
NUM_BONDS_START_REGRESSION_SMALL_MOLECULE
public static final int NUM_BONDS_START_REGRESSION_SMALL_MOLECULE
- See Also:
- Constant Field Values
-
DELTA_BONDS
public static final int DELTA_BONDS
- See Also:
- Constant Field Values
-
BASE_LOG
public static final double BASE_LOG
- See Also:
- Constant Field Values
-
ALMOST_ZERO
public static final double ALMOST_ZERO
- See Also:
- Constant Field Values
-
-
Method Detail
-
calculateScore
public ResultObjective calculateScore(ResultFragmentsStatistic resultFragmentsStatistic)
28.08.2013- Parameters:
resultFragmentsStatistic
-- Returns:
-
getNeededNumberOfBondsInFragment
public static int getNeededNumberOfBondsInFragment(StereoMolecule mol)
-
-