Uses of Class
com.actelion.research.util.datamodel.IntegerDouble
-
Packages that use IntegerDouble Package Description com.actelion.research.calc com.actelion.research.chem.descriptor.flexophore.generator com.actelion.research.util.datamodel -
-
Uses of IntegerDouble in com.actelion.research.calc
Methods in com.actelion.research.calc that return IntegerDouble Modifier and Type Method Description static IntegerDouble
MatrixFunctions. calculateMaxSimilarity(Matrix X, double[] arr)
static IntegerDouble[]
MatrixFunctions. calculateMaxSimilarity(Matrix X, double[] arr, int nMostSimilar)
-
Uses of IntegerDouble in com.actelion.research.chem.descriptor.flexophore.generator
Methods in com.actelion.research.chem.descriptor.flexophore.generator that return types with arguments of type IntegerDouble Modifier and Type Method Description java.util.List<IntegerDouble>
InteractionTypeMap. getSimilars(int interactionTypeQuery)
-
Uses of IntegerDouble in com.actelion.research.util.datamodel
Methods in com.actelion.research.util.datamodel that return types with arguments of type IntegerDouble Modifier and Type Method Description static java.util.Comparator<IntegerDouble>
IntegerDouble. getComparatorDouble()
static java.util.Comparator<IntegerDouble>
IntegerDouble. getComparatorInt()
Methods in com.actelion.research.util.datamodel with parameters of type IntegerDouble Modifier and Type Method Description static java.lang.String
IntegerDouble. toStringValues(IntegerDouble[] arr, java.text.NumberFormat df)
Method parameters in com.actelion.research.util.datamodel with type arguments of type IntegerDouble Modifier and Type Method Description static java.lang.String
IntegerDouble. toStringValues(java.util.List<IntegerDouble> li, java.text.NumberFormat df)
Constructors in com.actelion.research.util.datamodel with parameters of type IntegerDouble Constructor Description IntegerDouble(IntegerDouble id)
-