-
- 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.. -
Methods inherited from class kotlin.collections.Iterator
equals, hashCode, toString -
Methods inherited from class ai.tock.nlp.core.IntentClassification
forEachRemaining, hasNext, next -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
probability
abstract Double probability()
Returns the probability 0..1 of the current intent.
-
-
-
-