Package org.ejml.masks
Class FMaskPrimitive.Builder
- Enclosing class:
- FMaskPrimitive
Utility class to build
FMaskPrimitive
-
Field Summary
Fields inherited from class org.ejml.masks.MaskBuilder
negated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the mask based on the previously specified parameterswithNumCols
(int numCols) withZeroElement
(float zeroElement) Methods inherited from class org.ejml.masks.MaskBuilder
withNegated
-
Constructor Details
-
Builder
public Builder(float[] values)
-
-
Method Details
-
withNumCols
- Parameters:
numCols
- Number of columns in the values
-
withZeroElement
- Parameters:
zeroElement
- Value to represent the zero-element in the mask
-
build
Description copied from class:MaskBuilder
Build the mask based on the previously specified parameters- Specified by:
build
in classMaskBuilder<FMaskPrimitive>
-