kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.linear
/
TransposedFeature
Transposed
Feature
class
TransposedFeature
<
out
T
:
Any
>
(
val
original
:
Matrix
<
T
>
)
:
MatrixFeature
(
source
)
Members
Constructors
Transposed
Feature
Link copied to clipboard
constructor
(
original
:
Matrix
<
T
>
)
Properties
key
Link copied to clipboard
open
val
key
:
FeatureKey
<
StructureFeature
>
A key used for extraction
original
Link copied to clipboard
val
original
:
Matrix
<
T
>