Skip to content

Input Matrix

Junpeng Lao edited this page Feb 2, 2016 · 4 revisions

RawMap

Matrix. size -> total number of items × xSize × ySize  

FixMap

Matrix. size -> total number of items × xSize × ySize  
It's the smoothed RawMap

PredictorM

Dataset or table. size -> total number of items × number of predictor. 
Categorical column must set to nominal  

DescriptvM

Dataset or table. size -> total number of items × number of predictor. 
Categorical column must set to nominal  

Mask

2D binary matrix. size -> xSize × ySize  
Mask==1 are the pixels being modeled. 
Clone this wiki locally