Facemorph.Stats
Class DataReducer.DataReducerInformation

java.lang.Object
  extended by Facemorph.Stats.ModelInformation
      extended by Facemorph.Stats.DataReducer.DataReducerInformation
Enclosing interface:
DataReducer

public static class DataReducer.DataReducerInformation
extends ModelInformation

Contains information about the implementation of the DataReducer class that can be used to determine the classes abilities at run-time.


Field Summary
 boolean canTargetComponentCount
           
 boolean canTargetDependentVariance
           
 boolean canTargetIndependentVariance
           
 boolean canTargetKaiserGuttman
           
 
Fields inherited from class Facemorph.Stats.ModelInformation
supervised
 
Constructor Summary
DataReducer.DataReducerInformation()
           
 
Method Summary
 
Methods inherited from class Facemorph.Stats.ModelInformation
isSupervised
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canTargetIndependentVariance

public boolean canTargetIndependentVariance

canTargetDependentVariance

public boolean canTargetDependentVariance

canTargetComponentCount

public boolean canTargetComponentCount

canTargetKaiserGuttman

public boolean canTargetKaiserGuttman
Constructor Detail

DataReducer.DataReducerInformation

public DataReducer.DataReducerInformation()