You are here: Start » AVL.NET » Function Reference » Data Classification » Statistics

Statistics

Icon Name Description / Applications Modules
FindDataMode_FixedCount

Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples.


Can be used to determine a histogram maximum without actually creating the histogram.

FoundationPro
FindDataMode_FixedSpread

Finds the mode in a set of data values by looking for highest number of samples withing the specified spread.


Can be used to determine a histogram maximum without actually creating the histogram.

FoundationPro
FindDataMode_MeanShift

Finds the mode in a set of data values by iteratively computing its median.


Can be used to determine a histogram maximum without actually creating the histogram.

FoundationPro
FindDensityMaxima_FixedCount

Finds local density maxima in set of values by looking for the highest concentration of a fixed number of samples.


Can be used to determine histogram's local maxima without actually creating the histogram.

FoundationPro
FindDensityMaxima_FixedSpread

Finds local density maxima in a set of values by looking for the highest number of samples withing a range determined by the given spread.


Can be used to determine histogram's local maxima without actually creating the histogram.

FoundationPro
FindMatchingRegions_IoU

Finds corresponding regions in two arrays based on IoU value.

FoundationPro
RegionsIoU

Computes intersection over union value for two regions.

FoundationPro
TableOfConfusion_Basic

Computes statistics from a confusion matrix for given TP, FP, TN, FN.

FoundationPro
TableOfConfusion_BoolArray

Computes statistics from a confusion matrix for an array of groundTruth and results.

FoundationPro
TableOfConfusion_Histograms

Computes confusion matrix based on two histograms and threshold value.

FoundationPro
TableOfConfusion_Images

Computes statistics from a confusion matrix for image of groundTruth and results.

FoundationPro