Nd4jArrayStructure
Represents a StructureND wrapping an INDArray object.
Parameters
T
the type of items.
Functions
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard
Properties
Link copied to clipboard
The wrapped INDArray. Since KMath uses Int indexes, assuming the size of INDArray is less or equal to Int.MAX_VALUE.