Facemorph.Stats
Class ModelInformation

java.lang.Object
  extended by Facemorph.Stats.ModelInformation
Direct Known Subclasses:
DataReducer.DataReducerInformation

public class ModelInformation
extends java.lang.Object

Basic information about a statistical model


Field Summary
protected  boolean supervised
           
 
Constructor Summary
ModelInformation()
           
 
Method Summary
 boolean isSupervised()
          Queries if the model is supervised or unsupervied (i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supervised

protected boolean supervised
Constructor Detail

ModelInformation

public ModelInformation()
Method Detail

isSupervised

public boolean isSupervised()
Queries if the model is supervised or unsupervied (i.e. if a dependent variable is required for training)

Returns: