public abstract class MBFPatchClassificationModel extends PatchClassificationModel<Float[],MBFImage>
PatchClassificationModel
for
MBFImage
s.Modifier and Type | Field and Description |
---|---|
protected int |
ndims |
patchHeight, patchWidth
Constructor and Description |
---|
MBFPatchClassificationModel(int ndims,
int patchWidth,
int patchHeight)
Construct the model with the specified dimensionality and patch size.
|
Modifier and Type | Method and Description |
---|---|
protected MBFImage[] |
getArray(int length) |
classifyImage, classifyPatch, clone, estimate, numItemsToEstimate, predict
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
learnModel
protected int ndims
public MBFPatchClassificationModel(int ndims, int patchWidth, int patchHeight)
MBFImage
s that the model is applied to.ndims
- the number of dimensions.patchWidth
- The width of each patch.patchHeight
- The height of each patch.