Uses of Class
com.actelion.research.util.datamodel.IntVec
-
Packages that use IntVec Package Description com.actelion.research.calc com.actelion.research.chem.mcs com.actelion.research.chem.properties.complexity com.actelion.research.util.datamodel -
-
Uses of IntVec in com.actelion.research.calc
Methods in com.actelion.research.calc that return IntVec Modifier and Type Method Description static IntVecMatrixFunctions. getNonZeroCols(Matrix X) -
Uses of IntVec in com.actelion.research.chem.mcs
Methods in com.actelion.research.chem.mcs with parameters of type IntVec Modifier and Type Method Description voidSubStructSearchBondIndex. setBondIndex(IntVec ivBondIndex) -
Uses of IntVec in com.actelion.research.chem.properties.complexity
Methods in com.actelion.research.chem.properties.complexity that return IntVec Modifier and Type Method Description IntVecMultipleNonOverlapSolution. getCheckerArray() -
Uses of IntVec in com.actelion.research.util.datamodel
Methods in com.actelion.research.util.datamodel that return IntVec Modifier and Type Method Description IntVecIntVec. add(IntVec dvVec)static IntVecIntVec. AND(IntVec iv1, IntVec iv2)Makes an logical AND and calculates the hash code.static IntVecIntVec. devide(IntVec iv1, IntVec iv2)static IntVecIntVec. maskByteWise(IntVec mask, IntVec query)static IntVecIntVec. minus(IntVec dVec1, IntVec dVec2)IntVecIntVec. mult(double factor)static IntVecIntVec. multEl(IntVec iv1, IntVec iv2)Elementwise multiplicationstatic IntVecIntVec. OR(IntVec iv1, IntVec iv2)Makes an logical OR and calculates the hash code.static IntVecIntVec. OR(java.util.List<IntVec> li)Makes an logical OR and calculates the hash code.static IntVecIntVec. plus(IntVec dVec1, IntVec dVec2)static IntVec[]IntVec. read(java.io.File file)static IntVecIntVec. read(java.io.InputStream s)static IntVecIntVec. readBitStringDense(java.lang.String s)IntVecIntVec. sub(IntVec dvSub)Substractionstatic IntVecIntVec. subtractByteWise(IntVec iv1, IntVec iv2)Methods in com.actelion.research.util.datamodel that return types with arguments of type IntVec Modifier and Type Method Description static java.util.List<IntVec>IntVec. readBitStringDense(java.io.File fi)Methods in com.actelion.research.util.datamodel with parameters of type IntVec Modifier and Type Method Description IntVecIntVec. add(IntVec dvVec)static IntVecIntVec. AND(IntVec iv1, IntVec iv2)Makes an logical AND and calculates the hash code.static intIntVec. calculateHashCode(IntVec iv)intIntVec. compareTo(IntVec iv)voidIntVec. copy(IntVec ivOrigin)static doubleIntVec. cubicDistance(IntVec dVec1, IntVec dVec2)static IntVecIntVec. devide(IntVec iv1, IntVec iv2)booleanIntVec. equal(IntVec iv)static int[]IntVec. extractForGivenResolution(IntVec iv, int nValues, int bitsResolution)Converts the IntVec into an array.static doubleIntVec. getCosine(IntVec iv1, IntVec iv2)static doubleIntVec. getEuclidDist(IntVec iv1, IntVec iv2)Euclidean distancestatic doubleIntVec. getEuclidDistBitWise(IntVec iv1, IntVec iv2)static doubleIntVec. getEuclidDistFast(IntVec dVec1, IntVec dVec2)Euclidean distance without sqrtstatic intIntVec. getOverlap(IntVec iv1, IntVec iv2)static doubleIntVec. getScoreFracBitsCommonQuery(IntVec query, IntVec base)(sum bits set common) / (sum bits set in query)static doubleIntVec. getScoreFracBitsInCommonBitWise(IntVec v1, IntVec v2)(sum bits set common) / (sum bits set in both)static doubleIntVec. getScoreQueryInBase(IntVec query, IntVec base)static doubleIntVec. getScoreQueryInBaseBitWise(IntVec query, IntVec base)static doubleIntVec. getScoreQueryInBaseByteWise(IntVec query, IntVec base)static doubleIntVec. getTanimotoDist(IntVec iv1, IntVec iv2)Calculates the Inverse Tanimoto coefficientstatic doubleIntVec. getTanimotoDistBitWise(IntVec iv1, IntVec iv2)Calculates the Tanimoto coefficientstatic doubleIntVec. getTanimotoDistInv(IntVec iv1, IntVec iv2)static doubleIntVec. getTanimotoDistInvBitWise(IntVec iv1, IntVec iv2)Calculates the Inverse Tanimoto coefficientstatic doubleIntVec. getTanimotoDistInvByteWise(IntVec iv1, IntVec iv2)ModelXYIndexModelXYIndex. getVariableSelectionOnX(IntVec iv)static doubleIntVec. manhattanBlockDistance(IntVec iv1, IntVec iv2)static IntVecIntVec. maskByteWise(IntVec mask, IntVec query)static IntVecIntVec. minus(IntVec dVec1, IntVec dVec2)static doubleIntVec. mult(IntVec iv1, IntVec iv2)static doubleIntVec. multByteWise(IntVec iv1, IntVec iv2)static IntVecIntVec. multEl(IntVec iv1, IntVec iv2)Elementwise multiplicationstatic IntVecIntVec. OR(IntVec iv1, IntVec iv2)Makes an logical OR and calculates the hash code.static IntVecIntVec. plus(IntVec dVec1, IntVec dVec2)voidIntVec. set(IntVec v)Don't forget to set the hash code!IntVecIntVec. sub(IntVec dvSub)Substractionstatic IntVecIntVec. subtractByteWise(IntVec iv1, IntVec iv2)Method parameters in com.actelion.research.util.datamodel with type arguments of type IntVec Modifier and Type Method Description static IntVecIntVec. OR(java.util.List<IntVec> li)Makes an logical OR and calculates the hash code.static voidIntVec. writeBitStringDense(java.io.File fi, java.util.List<IntVec> li)Constructors in com.actelion.research.util.datamodel with parameters of type IntVec Constructor Description IntVec(IntVec iv)Deep copy, hash code is calculated.
-