Semagle.Framework


LibSVM

Namespace: Semagle.Data.Formats

Reading and writing LIBSVM files

Functions and values

Function or valueDescription
read(file)
Signature: file:string -> seq<float32 * SparseVector>

Read sequence of (y, x) pairs from LIBSVM file

write file samples
Signature: file:string -> samples:seq<float32 * SparseVector> -> unit

Write sequence of (y, x) pairs to LIBSVM file

Fork me on GitHub