Package smile.deep.metric


package smile.deep.metric
Model validation metrics. A validation metric provides a quantitative measure of agreement between a predictive model and physical observations.
  • Class
    Description
    The accuracy is the proportion of true results (both true positives and true negatives) in the population.
    The averaging strategy to aggregate binary performance metrics across multi-classes.
    The class metrics keeps track of metric states, which enables them to be able to calculate values through accumulations and synchronizations across multiple processes.
    The precision or positive predictive value (PPV) is ratio of true positives to combined true and false positives, which is different from sensitivity.
    Recall or true positive rate (TPR) (also called hit rate, sensitivity) is a statistical measures of the performance of a binary classification test.