nlp
1.2.0
nlp
/
com.londogard.nlp.meachinelearning
/
D2SparseArray
/
reshape
reshape
public
MutableMultiArray
<
Float
,
D1
>
reshape
(
Integer
dim1
)
Content copied to clipboard
public
MutableMultiArray
<
Float
,
D2
>
reshape
(
Integer
dim1
,
Integer
dim2
)
Content copied to clipboard
public
MutableMultiArray
<
Float
,
D3
>
reshape
(
Integer
dim1
,
Integer
dim2
,
Integer
dim3
)
Content copied to clipboard
public
MutableMultiArray
<
Float
,
D4
>
reshape
(
Integer
dim1
,
Integer
dim2
,
Integer
dim3
,
Integer
dim4
)
Content copied to clipboard
public
MutableMultiArray
<
Float
,
DN
>
reshape
(
Integer
dim1
,
Integer
dim2
,
Integer
dim3
,
Integer
dim4
,
Integer
dims
)
Content copied to clipboard