|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFacemorph.Stats.Model.DataDescription
protected class Model.DataDescription
Field Summary | |
---|---|
java.io.File |
fileName
(Optional) File pointing the data (or where the data will be stored on completion |
BigMat |
processedDataMatrix
The data in processed form in a matrix (null if unprocessed). |
double[] |
processedDataVector
The data in processed form in a vector (null if unprocessed). |
int[] |
selectedRecords
Rows in the data selected for processing (indexed) |
int[] |
selectedVariables
Columns in the data selected for processing (indexed) |
Constructor Summary | |
---|---|
Model.DataDescription()
|
|
Model.DataDescription(iniFile in)
|
Method Summary | |
---|---|
BigMat |
getProcessedDataMatrix()
|
boolean |
largeData()
If the data is too large to be stored in a single Matrix or vector it must be loaded and processed on the fly |
boolean |
loadFileData()
Attempt to load the data in a data description from a file |
boolean |
read(iniFile in)
|
boolean |
usingImageSet()
If the data set contains a list of image name, will these be used? |
boolean |
usingSubset()
If only a subset of the data is being used (or a mask in the case of image data) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.io.File fileName
public int[] selectedVariables
public int[] selectedRecords
public BigMat processedDataMatrix
public double[] processedDataVector
Constructor Detail |
---|
public Model.DataDescription()
public Model.DataDescription(iniFile in)
Method Detail |
---|
public boolean usingImageSet()
public boolean usingSubset()
public BigMat getProcessedDataMatrix()
public boolean largeData()
public boolean loadFileData() throws java.io.IOException
data
- data-description to load
java.io.IOException
public boolean read(iniFile in)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |