C# 클래스 Nuve.Sentence.DetailedEvaluation

Represents the accuracy of a SentenceSegmenter on a paragraph!
상속: Nuve.Sentence.SimpleEvaluation
파일 보기 프로젝트 열기: hrzafer/nuve 1 사용 예제들

공개 메소드들

메소드 설명
DetailedEvaluation ( IEnumerable hits, IEnumerable misses, IEnumerable falseAlarms, int eosCandidateCount, string paragraph ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
PrintFalseAlarms ( ) : void
PrintHits ( ) : void
PrintMisses ( ) : void

비공개 메소드들

메소드 설명
Equals ( DetailedEvaluation other ) : bool
GetParts ( IEnumerable indices ) : IEnumerable
PrintParts ( IEnumerable parts ) : void

메소드 상세

DetailedEvaluation() 공개 메소드

public DetailedEvaluation ( IEnumerable hits, IEnumerable misses, IEnumerable falseAlarms, int eosCandidateCount, string paragraph ) : System
hits IEnumerable
misses IEnumerable
falseAlarms IEnumerable
eosCandidateCount int
paragraph string
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PrintFalseAlarms() 공개 메소드

public PrintFalseAlarms ( ) : void
리턴 void

PrintHits() 공개 메소드

public PrintHits ( ) : void
리턴 void

PrintMisses() 공개 메소드

public PrintMisses ( ) : void
리턴 void