You are here: Start » Function Reference » Data Classification » Statistics
Statistics
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
FindDataMode_FixedCount | 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 | 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 | 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 | 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 | 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 | FindMatchingRegions_IoU | Finds corresponding regions in two arrays based on IoU value. |
FoundationPro | |
RegionsIoU | RegionsIoU | Computes intersection over union value for two regions. |
FoundationPro | |
TableOfConfusion_Basic | TableOfConfusion_Basic | Computes statistics from a confusion matrix for given TP, FP, TN, FN. |
FoundationPro | |
TableOfConfusion_BoolArray | TableOfConfusion_BoolArray | Computes statistics from a confusion matrix for an array of groundTruth and results. |
FoundationPro | |
TableOfConfusion_Histograms | TableOfConfusion_Histograms | Computes confusion matrix based on two histograms and threshold value. |
FoundationPro | |
TableOfConfusion_Images | TableOfConfusion_Images | Computes statistics from a confusion matrix for image of groundTruth and results. |
FoundationPro |