kmath-nd4j
/
space.kscience.kmath.nd4j
/
Nd4jArrayStructure
Nd4j
Array
Structure
sealed class
Nd4jArrayStructure
<
T
> :
MutableNDStructure
<
T
>
Content copied to clipboard
Represents a
NDStructure
wrapping an
INDArray
object.
Functions
Properties
Parameters
Parameters
T
the type of items.
Functions
elements
Link copied to clipboard
open override fun
elements
():
Sequence
<
Pair
<
IntArray
,
T
>>
Content copied to clipboard
equals
Link copied to clipboard
abstract operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
abstract operator fun
get
(index:
IntArray
):
T
Content copied to clipboard
getFeature
Link copied to clipboard
open fun <
T
:
Any
>
getFeature
(type:
KClass
<
T
>):
T
?
Content copied to clipboard
hashCode
Link copied to clipboard
abstract override fun
hashCode
():
Int
Content copied to clipboard
set
Link copied to clipboard
abstract operator fun
set
(index:
IntArray
, value:
T
)
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
dimension
Link copied to clipboard
open val
dimension
:
Int
Content copied to clipboard
ndArray
Link copied to clipboard
abstract val
ndArray
:
INDArray
Content copied to clipboard
The wrapped
INDArray
.
shape
Link copied to clipboard
open override val
shape
:
IntArray
Content copied to clipboard