다음을 통해 공유


TolerantEarlyStoppingRule(Single) 생성자

정의

유효성 검사 점수가 최상의 기록 유효성 검사 점수와 비교하여 초과 threshold 될 경우 학습 프로세스를 종료할 수 있는 규칙을 만듭니다.

public TolerantEarlyStoppingRule(float threshold = 0.01);
new Microsoft.ML.Trainers.FastTree.TolerantEarlyStoppingRule : single -> Microsoft.ML.Trainers.FastTree.TolerantEarlyStoppingRule
Public Sub New (Optional threshold As Single = 0.01)

매개 변수

threshold
Single

(현재) 유효성 검사 점수와 최적 기록 값 간에 허용되는 최대 차이입니다.

적용 대상