public class IntentTestErrorWithSentenceReport
| Constructor and Description |
|---|
IntentTestErrorWithSentenceReport(SentenceReport sentence,
java.lang.String currentIntent,
java.lang.String wrongIntent,
double averageErrorProbability,
int count,
int total,
java.time.Instant firstDetectionDate) |
IntentTestErrorWithSentenceReport(ai.tock.nlp.front.shared.test.IntentTestError error,
boolean encryptSentences) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageErrorProbability() |
int |
getCount() |
java.lang.String |
getCurrentIntent() |
java.time.Instant |
getFirstDetectionDate() |
SentenceReport |
getSentence() |
int |
getTotal() |
java.lang.String |
getWrongIntent() |
public IntentTestErrorWithSentenceReport(@NotNull
SentenceReport sentence,
@NotNull
java.lang.String currentIntent,
@NotNull
java.lang.String wrongIntent,
double averageErrorProbability,
int count,
int total,
@NotNull
java.time.Instant firstDetectionDate)
public IntentTestErrorWithSentenceReport(@NotNull
ai.tock.nlp.front.shared.test.IntentTestError error,
boolean encryptSentences)
@NotNull public SentenceReport getSentence()
@NotNull public java.lang.String getCurrentIntent()
@NotNull public java.lang.String getWrongIntent()
public double getAverageErrorProbability()
public int getCount()
public int getTotal()
@NotNull public java.time.Instant getFirstDetectionDate()