public class EntityTestErrorWithSentenceReport
| Constructor and Description |
|---|
EntityTestErrorWithSentenceReport(SentenceReport originalSentence,
SentenceReport sentence,
double averageErrorProbability,
int count,
int total,
java.time.Instant firstDetectionDate) |
EntityTestErrorWithSentenceReport(SentenceReport originalSentence,
ai.tock.nlp.front.shared.test.EntityTestError error,
boolean encryptSentences) |
| Modifier and Type | Method and Description |
|---|---|
SentenceReport |
component1() |
SentenceReport |
component2() |
double |
component3() |
int |
component4() |
int |
component5() |
java.time.Instant |
component6() |
EntityTestErrorWithSentenceReport |
copy(SentenceReport originalSentence,
SentenceReport sentence,
double averageErrorProbability,
int count,
int total,
java.time.Instant firstDetectionDate) |
boolean |
equals(java.lang.Object p) |
double |
getAverageErrorProbability() |
int |
getCount() |
java.time.Instant |
getFirstDetectionDate() |
SentenceReport |
getOriginalSentence() |
SentenceReport |
getSentence() |
int |
getTotal() |
int |
hashCode() |
java.lang.String |
toString() |
public EntityTestErrorWithSentenceReport(@NotNull
SentenceReport originalSentence,
@NotNull
SentenceReport sentence,
double averageErrorProbability,
int count,
int total,
@NotNull
java.time.Instant firstDetectionDate)
public EntityTestErrorWithSentenceReport(@NotNull
SentenceReport originalSentence,
@NotNull
ai.tock.nlp.front.shared.test.EntityTestError error,
boolean encryptSentences)
@NotNull public SentenceReport getOriginalSentence()
@NotNull public SentenceReport getSentence()
public double getAverageErrorProbability()
public int getCount()
public int getTotal()
@NotNull public java.time.Instant getFirstDetectionDate()
@NotNull public SentenceReport component1()
@NotNull public SentenceReport component2()
public double component3()
public int component4()
public int component5()
@NotNull public java.time.Instant component6()
@NotNull public EntityTestErrorWithSentenceReport copy(@NotNull SentenceReport originalSentence, @NotNull SentenceReport sentence, double averageErrorProbability, int count, int total, @NotNull java.time.Instant firstDetectionDate)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)