Share via


IDF.Load(String) Method

Definition

Loads the IDF that was previously saved using Save

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

Parameters

path
String

The path the previous IDF was saved to

Returns

IDF

New IDF object, loaded from path

Applies to