C# 클래스 MSR.Models.Prediction.PostReleaseDefectFiles.CodeStabilityPostReleaseDefectFilesPrediction

상속: PostReleaseDefectFilesPrediction
파일 보기 프로젝트 열기: kirnosenko/msr-tools 1 사용 예제들

공개 메소드들

메소드 설명
EvaluateUsingROC ( ) : ROCEvaluationResult
Init ( IRepository repository, IEnumerable releases ) : void

보호된 메소드들

메소드 설명
GetFileEstimation ( ProjectFile file ) : double

메소드 상세

EvaluateUsingROC() 공개 메소드

public EvaluateUsingROC ( ) : ROCEvaluationResult
리턴 ROCEvaluationResult

GetFileEstimation() 보호된 메소드

protected GetFileEstimation ( ProjectFile file ) : double
file MSR.Data.Entities.ProjectFile
리턴 double

Init() 공개 메소드

public Init ( IRepository repository, IEnumerable releases ) : void
repository IRepository
releases IEnumerable
리턴 void