public abstract class MBFPixelClassificationModel extends PixelClassificationModel<Float[],MBFImage>
MBFImages.| Modifier and Type | Field and Description |
|---|---|
protected int |
ndims |
| Constructor and Description |
|---|
MBFPixelClassificationModel(int ndims)
Construct the model with the specified dimensionality.
|
| Modifier and Type | Method and Description |
|---|---|
protected MBFImage[] |
getArray(int length) |
classifyImage, classifyPixel, clone, estimate, numItemsToEstimate, predictequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlearnModelprotected int ndims
public MBFPixelClassificationModel(int ndims)
MBFImages that the model is applied to.ndims - the number of dimensions.