.Net Support Vector Machine v0.2

LinearSvm.ReadDataFrom Method 

Reads a set of labeled points from a Stream following the specified DataEncoding.

public void ReadDataFrom(
   Stream inputStream,
   DataEncoding encoding
);

See Also

LinearSvm Class | NSvm Namespace