Uses of Class
com.actelion.research.util.datamodel.ByteVec
-
Packages that use ByteVec Package Description com.actelion.research.chem.properties.complexity com.actelion.research.util.datamodel -
-
Uses of ByteVec in com.actelion.research.chem.properties.complexity
Methods in com.actelion.research.chem.properties.complexity that return types with arguments of type ByteVec Modifier and Type Method Description java.util.List<java.util.List<ByteVec>>ExhaustiveFragmentsStatistics. getLiLiIdCode() -
Uses of ByteVec in com.actelion.research.util.datamodel
Methods in com.actelion.research.util.datamodel that return ByteVec Modifier and Type Method Description ByteVecByteVec. add(ByteVec dvVec)static ByteVecByteVec. devide(ByteVec dVec1, ByteVec dVec2)static ByteVecByteVec. meanClust()static ByteVecByteVec. minus(ByteVec dVec1, ByteVec dVec2)ByteVecByteVec. mult(double dFactor)static ByteVecByteVec. multEl(ByteVec dVec1, ByteVec dVec2)Elementwise multiplicationstatic ByteVecByteVec. plus(ByteVec dVec1, ByteVec dVec2)ByteVecByteVec. sub(ByteVec dvSub)Substractionstatic ByteVecByteVec. test01()static ByteVecByteVec. testS1()static ByteVecByteVec. testTakeda1()Methods in com.actelion.research.util.datamodel that return types with arguments of type ByteVec Modifier and Type Method Description static java.util.List<ByteVec>ByteVec. initRND(byte min, byte max, int lenByteVec, int numelements)Methods in com.actelion.research.util.datamodel with parameters of type ByteVec Modifier and Type Method Description ByteVecByteVec. add(ByteVec dvVec)intByteVec. compareTo(ByteVec o)static doubleByteVec. Cosine(ByteVec dVec1, ByteVec dVec2)Vectors have to be normed!static doubleByteVec. cubicDistance(ByteVec dVec1, ByteVec dVec2)static ByteVecByteVec. devide(ByteVec dVec1, ByteVec dVec2)static doubleByteVec. distance(ByteVec dVec1, ByteVec dVec2, int metric)booleanByteVec. equal(ByteVec dv)static doubleByteVec. euclideanDistance(ByteVec dVec1, ByteVec dVec2)Euclidean distancestatic doubleByteVec. EuclideanDistanceFast(ByteVec dVec1, ByteVec dVec2)Euclidean distance without sqrtstatic doubleByteVec. getTanimotoDist(ByteVec bv1, ByteVec bv2)Calculates the Tanimoto coefficientstatic doubleByteVec. getTanimotoDistBitWise(ByteVec bv1, ByteVec bv2)Calculates the Tanimoto coefficientstatic doubleByteVec. getTanimotoDistInv(ByteVec bv1, ByteVec bv2)Byte wise inverse Tanimoto distance.static doubleByteVec. manhattanBlockDistance(ByteVec dVec1, ByteVec dVec2)static ByteVecByteVec. minus(ByteVec dVec1, ByteVec dVec2)static doubleByteVec. mult(ByteVec bv1, ByteVec bv2)static ByteVecByteVec. multEl(ByteVec dVec1, ByteVec dVec2)Elementwise multiplicationstatic ByteVecByteVec. plus(ByteVec dVec1, ByteVec dVec2)ByteVecByteVec. sub(ByteVec dvSub)SubstractionConstructors in com.actelion.research.util.datamodel with parameters of type ByteVec Constructor Description ByteVec(ByteVec v)Deep copy
-