Package com.cyara.apisamples
Class AdjustConfidences
java.lang.Object
com.cyara.apisamples.AdjustConfidences
public class AdjustConfidences
extends java.lang.Object
For a given timeframe, will grab up to 1000 Pulse calls and
produce results showing you every unique prompt, and
all the different confidence score results for each prompt.
This allows you to adjust confidence scores accordingly, great
when building out your Pulse library. This program works best
when all your prompts are blockified without duplicates.
This is not an official Cyara product and is not officially supported. It is used for demonstration and training purposes. For assistance, contact chris.ryan@cyara.com
- Version:
- 1.1
- Author:
- Chris Ryan
-
Constructor Summary
Constructors Constructor Description AdjustConfidences()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] argv)
-
Constructor Details
-
AdjustConfidences
public AdjustConfidences()
-
-
Method Details
-
main
public static void main(java.lang.String[] argv)
-