Package ai.tock.nlp.core
Interface IntentClassification
-
- All Implemented Interfaces:
-
kotlin.collections.Iterator
public interface IntentClassification implements Iterator<Intent>
Sorted by probability - the first is the better.
-
-
Method Summary
Modifier and Type Method Description abstract Doubleprobability()Returns the probability 0.. -
-
Method Detail
-
probability
abstract Double probability()
Returns the probability 0..1 of the current intent.
-
-
-
-