| Home | Trees | Indices | Help |
|
|---|
|
|
KeyedVector --+
|
SlopeRow --+
|
RelationshipRow
A vector for testing that a given entity has the specified
relationship to another entity. It should be created as row =
RelationshipRow(keys=[{'feature':relation,'relatee':entity}]) to
create a test that entity is a relation of
me
The following creates a row to test that the actor is my student
>>> row = RelationshipRow(keys=[{'feature':'student','relatee':'actor'}])
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
args = list of keys for this test |
|||
threshold = 0.0the default threshold for a plane of this type |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
argslist of keys for this test
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:47:35 2009 | http://epydoc.sourceforge.net |