Uses of Class
org.android.activityminer.model.evaluation.PerClassStatistic

Packages that use PerClassStatistic
org.android.activityminer.model.evaluation Data model - data types for evaluation, e.g. confusion matrix, evaluation result types. 
 

Uses of PerClassStatistic in org.android.activityminer.model.evaluation
 

Fields in org.android.activityminer.model.evaluation with type parameters of type PerClassStatistic
static Parcelable.Creator<PerClassStatistic> PerClassStatistic.CREATOR
          The Parcelable creator.
private  List<PerClassStatistic> EvaluationResult.perClassStatistics
          The statistics per class.
 

Methods in org.android.activityminer.model.evaluation that return types with arguments of type PerClassStatistic
 List<PerClassStatistic> EvaluationResult.getPerClassStatistics()
          Getter for the class statistics
 

Constructor parameters in org.android.activityminer.model.evaluation with type arguments of type PerClassStatistic
EvaluationResult(List<String> features, List<PerClassStatistic> perClassStatistics, double correct, double incorrect, double[] rowPackedCM, long[] classesForIndices)
          Constructor