OEGridScoreType

This namespace controls the type of score to be used in the fit and returned by the AddShapeGaussians and AddColorGaussians methods of OEShapeQuery. This is processed via options class OEShapeQueryOptions.

CosAngle

Maximize cosine angle between two vectorized grids: first from the input grid and second from the one that follows from fitted Gaussians. This measure is insensitive to overal normalization of the input grid.

Tanimoto

Maximize Tanimoto between the input grid and the grid that follows from fitted Gaussians. This measure depends on self overlaps of input grid and the grid that follows from fitted Gaussians. Consequently it is sensitive to the overall coefficient of the input grid.