Uses of Class
Facemorph.Stats.ModelInformation

Packages that use ModelInformation
Facemorph.Stats   
 

Uses of ModelInformation in Facemorph.Stats
 

Subclasses of ModelInformation in Facemorph.Stats
static class DataReducer.DataReducerInformation
          Contains information about the implementation of the DataReducer class that can be used to determine the classes abilities at run-time.
 

Methods in Facemorph.Stats with parameters of type ModelInformation
 void BinaryLogisticRegression.getModelInformation(ModelInformation mi)
           
 void DifferenceOfAverages.getModelInformation(ModelInformation mi)
           
 void ICA.getModelInformation(ModelInformation mi)
           
 void ImagePLS.getModelInformation(ModelInformation mi)
           
 void ImageRegressor.getModelInformation(ModelInformation mi)
           
 void NumericRegressor.getModelInformation(ModelInformation mi)
           
 void OvercompleteSPLS.getModelInformation(ModelInformation mi)
           
 void PCAReducer.getModelInformation(ModelInformation mi)
           
 void PLSReducer.getModelInformation(ModelInformation mi)
           
 void StatisticalModel.getModelInformation(ModelInformation mi)
          Queries the statistical model about its abilities.