Read a collection of doubles from a TextReader object
Declaring type: VectorUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static ICollection<double> ReadVector (
        TextReader reader
) 
Parameters
reader
the System.IO.TextReader to read from
Return Value
a collection of double values