Get concept's prediction estimation

GET

Get concept’s prediction estimation

Path parameters

concept_idstringRequired

The unique identifier for the concept

Query parameters

thresholddoubleOptional

Threshold above which classification is positive

confidence_leveldoubleOptional

A higher value results in wider confidence intervals, with more confidence of correctness. A lower value results in narrower confidence intervals, with less confidence of correctness

estimation_fidelityintegerOptional

A higher value makes estimation slower, but more accurate. A lower value makes estimation faster, but less accurate

Response

This endpoint returns an object.
probabilityRangeslist of lists of doubles

Each tuple represents the bounds of a bin we estimated number of assets for

estimateslist of integers

Number of assets belonging to each probability range

confidenceIntervalslist of lists of integersOptional

Lower/upper bounds representing respective ranges that the actual number of assets is in