Write a collection of doubles to a streamwriter
Declaring type: VectorUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void WriteVector (
        StreamWriter writer,
        ICollection<double> vector
) 
Parameters
writer
a System.IO.StreamWriter
vector
a collection of double values