Creates a CorrelationMatrix from the lines of a StreamReader
Declaring type: CorrelationMatrix
Namespace: MyMediaLite.Correlation
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static CorrelationMatrix ReadCorrelationMatrix (
        StreamReader reader
) 
Parameters
reader
the StreamReader to read from
Return Value

There is no description.

Collapse/Expand Remarks
In the first line, we expect to be the number of entities. All the other lines have the format
            EntityID1 EntityID2 Correlation
            
where EntityID1 and EntityID2 are non-negative integers and Correlation is a floating point number.