Uses of Class
info.mrupp.isoak1.MolecularGraph

Uses of MolecularGraph in info.mrupp.isoak1
 

Methods in info.mrupp.isoak1 with parameters of type MolecularGraph
 float IVertexEdgeKernel.eval(MolecularGraph molA, int i, MolecularGraph molB, int j)
          Evaluates the vertex/edge subkernel on two vertices/edges.
 float IsoaKernel1.evalNorm(MolecularGraph molA, MolecularGraph molB, float alpha, float epsilon, int[] assignment, Array2Float similarity)
          Evalutes the iterative optimal assignment kernel with normalization.
 float IsoaKernel1.evalRaw(MolecularGraph molA, MolecularGraph molB, float alpha, float epsilon, int[] assignment, Array2Float similarity)
          Evaluates the iterative optimal assignment kernel without normalization.