public abstract class MBFPixelClassificationModel extends PixelClassificationModel<Float[],MBFImage>
MBFImage
s.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, predict
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
learnModel
protected int ndims
public MBFPixelClassificationModel(int ndims)
MBFImage
s that the model is applied to.ndims
- the number of dimensions.