Trees | Indices | Help |
|
---|
|
object --+ | FeatDirScoreMode
|
|||
Inherited from |
|
|||
Ignore = 0 ignore feature directions... |
|||
DotFullRange = 1 Use the dot product and allow negative contributions when directions are anti-parallel. |
|||
DotPosRange = 2 Use the dot product and scale contributions to lie between zero and one. |
|
|||
Inherited from |
|
Ignoreignore feature directions
|
DotFullRangeUse the dot product and allow negative contributions when directions are anti-parallel. e.g. score = dot(f1Dir,f2Dir)
|
DotPosRangeUse the dot product and scale contributions to lie between zero and one. e.g. score = ( dot(f1Dir,f2Dir) + 1 ) / 2
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 1 16:13:01 2018 | http://epydoc.sourceforge.net |