다음을 통해 공유


Word2Vec.SetMaxIter(Int32) 메서드

정의

최대 반복 횟수(>= 0)입니다.

public Microsoft.Spark.ML.Feature.Word2Vec SetMaxIter (int value);
member this.SetMaxIter : int -> Microsoft.Spark.ML.Feature.Word2Vec
Public Function SetMaxIter (value As Integer) As Word2Vec

매개 변수

value
Int32

반복 횟수입니다.

반환

Word2Vec

적용 대상