kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.misc
/
FeatureSet
/
with
with
fun
<
T
:
F
>
with
(
feature
:
T
,
type
:
FeatureKey
<
F
>
=
feature.key
)
:
FeatureSet
<
F
>
(
source
)
fun
with
(
other
:
FeatureSet
<
F
>
)
:
FeatureSet
<
F
>
(
source
)
fun
with
(
vararg
otherFeatures
:
F
)
:
FeatureSet
<
F
>
(
source
)
fun
with
(
otherFeatures
:
Iterable
<
F
>
)
:
FeatureSet
<
F
>
(
source
)