C# Class ViqetDesktop.Result

Datei anzeigen Open project: VIQET/VIQET-Desktop

Public Methods

Method Description
AllAnalyzed ( ) : bool
GetOverallMOS ( ) : FeatureDetail
PhotoCount ( ) : int
Result ( ) : System

Private Methods

Method Description
BootStrap ( double mean, double standardError, int bootstrapCount ) : List

Take the mean and std deviation and generate many numbers

GCD ( int a, int b ) : int
GenerateAverageList ( List featureDetailList, int bootstrapCount ) : List

Take a list of Feature Details, bootstrap and return a List of averages

LCM ( int a, int b ) : int

Method Details

AllAnalyzed() public method

public AllAnalyzed ( ) : bool
return bool

GetOverallMOS() public method

public GetOverallMOS ( ) : FeatureDetail
return FeatureDetail

PhotoCount() public method

public PhotoCount ( ) : int
return int

Result() public method

public Result ( ) : System
return System