Share via


CountVectorizerModel.Load(String) Method

Definition

Loads the CountVectorizerModel that was previously saved using Save

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

Parameters

path
String

The path the previous CountVectorizerModel was saved to

Returns

New CountVectorizerModel object

Applies to