MyMediaLite
RelationData.Read Method (string, EntityMapping)
Syntax
Remarks
Collapse All
Read binary attribute data from file
Declaring type:
RelationData
Namespace:
MyMediaLite.IO
Assembly:
MyMediaLite
Syntax
C#
public static SparseBooleanMatrix Read ( string
filename
, EntityMapping
mapping
)
Parameters
filename
the name of the file to be read from
mapping
the mapping object for the given entity type
Return Value
the relation data
Top
Remarks
The expected (sparse) line format is: ENTITY_ID whitespace ENTITY_ID for the relations that hold.
Top
Generated by
ImmDoc .NET
.