Uses of Class
org.android.activityminer.persistence.DBSampleStatistic

Packages that use DBSampleStatistic
org.android.activityminer.app.db GUI - Database management components. 
org.android.activityminer.model.evaluation Data model - data types for evaluation, e.g. confusion matrix, evaluation result types. 
org.android.activityminer.persistence The application persistence layer. 
 

Uses of DBSampleStatistic in org.android.activityminer.app.db
 

Fields in org.android.activityminer.app.db with type parameters of type DBSampleStatistic
private  List<DBSampleStatistic> DBSampleStatisticViewFragment.listStatistics
          The statistics data to display.
private  List<DBSampleStatistic> DBSampleStatisticAdapter.listStatistics
          The list with the statistics entries.
 

Constructor parameters in org.android.activityminer.app.db with type arguments of type DBSampleStatistic
DBSampleStatisticAdapter(Activity context, List<DBSampleStatistic> listStatistics, ActivityLabelMap mapActivityLabels)
          Constructor
 

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

Fields in org.android.activityminer.model.evaluation with type parameters of type DBSampleStatistic
private  List<DBSampleStatistic> EvaluationResultCollection.sampleStatistics
          The sample distribution statistics.
 

Methods in org.android.activityminer.model.evaluation that return types with arguments of type DBSampleStatistic
 List<DBSampleStatistic> EvaluationResultCollection.getSampleStatistics()
          Getter for the sample statistics.
 

Method parameters in org.android.activityminer.model.evaluation with type arguments of type DBSampleStatistic
 void EvaluationResultCollection.setSampleStatistics(List<DBSampleStatistic> sampleStatistics)
          Setter for the sample statistics
 

Constructor parameters in org.android.activityminer.model.evaluation with type arguments of type DBSampleStatistic
EvaluationResultCollection(List<DBSampleStatistic> sampleStatistics, ArrayList<EvaluationResult> evalResults, Configuration configuration, double estimatedTrainingTime, double avgPredictionTime, double[] minMaxPredictionTime, String classifierDescription, String evaluationStrategyDescription, android.support.v4.util.LongSparseArray<String> mapClassId2Name)
          Constructor
EvaluationResultCollection(List<DBSampleStatistic> sampleStatistics, Configuration configuration, String classifierDescription, String evaluationStrategyDescription, android.support.v4.util.LongSparseArray<String> mapClassId2Name)
          Constructor
 

Uses of DBSampleStatistic in org.android.activityminer.persistence
 

Fields in org.android.activityminer.persistence with type parameters of type DBSampleStatistic
static Parcelable.Creator<DBSampleStatistic> DBSampleStatistic.CREATOR
          The Parcelable creator.
 android.support.v4.util.LongSparseArray<DBSampleStatistic> DBStatistic.mapActivityId2Statistic
          A map with the sample statistic per activity identifier
 

Methods in org.android.activityminer.persistence that return types with arguments of type DBSampleStatistic
 List<DBSampleStatistic> DBStatistic.getSampleStatistic()
          Getter for the sample statistics ordered by the activity hierarchy
 List<DBSampleStatistic> DBManager.getSampleStatistic(long[] activityLabelIds)
          Method to get sample and recording statistics for the given activity labels
 List<DBSampleStatistic> DBAdapter.getSampleStatistics(long[] activityLabelIds)
          Method to get sample and recording statistics for the given activity labels