Share via


IDFModel.Load(String) Method

Definition

Loads the IDFModel that was previously saved using Save

public static Microsoft.Spark.ML.Feature.IDFModel Load (string path);
static member Load : string -> Microsoft.Spark.ML.Feature.IDFModel
Public Shared Function Load (path As String) As IDFModel

Parameters

path
String

The path the previous IDFModel was saved to

Returns

New IDFModel object, loaded from path

Applies to