Class ConstantsFlexophoreGenerator
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.generator.ConstantsFlexophoreGenerator
-
public class ConstantsFlexophoreGenerator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BINS_HISTOGRAM
Defines the resolution for the range.static double[]
FILTER
static double[]
FILTER07_
Filter for sliding window to blurr distance histograms 07.04.2020static int
INTERACTION_TYPE_NONE
static int
MAX_VAL_INTERACTION_TYPE
static boolean
OPTIMIZE_RIGID_FRAGS
static int
RANGE_HISTOGRAM
Range histogram in Angstrom.
-
Constructor Summary
Constructors Constructor Description ConstantsFlexophoreGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getResolution()
-
-
-
Field Detail
-
BINS_HISTOGRAM
public static final int BINS_HISTOGRAM
Defines the resolution for the range.- See Also:
- Constant Field Values
-
INTERACTION_TYPE_NONE
public static final int INTERACTION_TYPE_NONE
- See Also:
- Constant Field Values
-
RANGE_HISTOGRAM
public static final int RANGE_HISTOGRAM
Range histogram in Angstrom. As long as the molecule coordinates are in Angstrom.- See Also:
- Constant Field Values
-
MAX_VAL_INTERACTION_TYPE
public static final int MAX_VAL_INTERACTION_TYPE
-
OPTIMIZE_RIGID_FRAGS
public static final boolean OPTIMIZE_RIGID_FRAGS
- See Also:
- Constant Field Values
-
FILTER07_
public static final double[] FILTER07_
Filter for sliding window to blurr distance histograms 07.04.2020
-
FILTER
public static final double[] FILTER
-
-