OEFastROCSModeΒΆ
This namespace can be used to activate “ROCS” mode, which will result in scores that are more directly comparable to ROCS. The default option is OEFastROCSMode.FastROCS. ROCS mode is set using the OEShapeDatabaseOptions.SetFastROCSMode member function of OEShapeDatabaseOptions.
Default
The default calculation mode is OEFastROCSMode.FastROCS
FastROCS
Set OEShapeDatabaseOptions to instruct OEShapeDatabaseScore to calculate scores normally.
ROCS
Set OEShapeDatabaseOptions to instruct OEShapeDatabaseScore to calculate scores for search results more similar to ROCS.
Warning
setting OEFastROCSMode.ROCS will impact performance. Between 5-20% performance decrease should be expected.