public abstract class MBFPatchClassificationModel extends PatchClassificationModel<Float[],MBFImage>
PatchClassificationModel for
MBFImages.| 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, predictequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlearnModelprotected int ndims
public MBFPatchClassificationModel(int ndims, int patchWidth, int patchHeight)
MBFImages that the model is applied to.ndims - the number of dimensions.patchWidth - The width of each patch.patchHeight - The height of each patch.