MyMediaLite
VectorUtils.ReadVector Method (TextReader)
Syntax
Collapse All
Read a collection of doubles from a TextReader object
Declaring type:
VectorUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.