|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFacemorph.Stats.ModelResults
public class ModelResults
A system for querying a model to get details of it's components As most models are linear, consisting of a either matrix multiplication, or multiplication by a vector of weights the output is a list of named vectors
Field Summary | |
---|---|
java.util.Vector<java.lang.String> |
componentNames
|
BigMat |
components
|
java.util.Vector<java.lang.String> |
variableNames
|
Constructor Summary | |
---|---|
ModelResults()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Vector<java.lang.String> variableNames
public java.util.Vector<java.lang.String> componentNames
public BigMat components
Constructor Detail |
---|
public ModelResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |