kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.misc
/
FeatureSet
Feature
Set
@
JvmInline
value
class
FeatureSet
<
F
:
Feature
<
F
>
>
:
Featured
<
F
>
(
source
)
A container for a set of features
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Feature
Link copied to clipboard
inline
fun
<
T
:
F
>
getFeature
(
)
:
T
?
open
override
fun
<
T
:
F
>
getFeature
(
type
:
FeatureKey
<
T
>
)
:
T
?
iterator
Link copied to clipboard
operator
fun
iterator
(
)
:
Iterator
<
F
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Link copied to clipboard
fun
with
(
vararg
otherFeatures
:
F
)
:
FeatureSet
<
F
>
fun
with
(
otherFeatures
:
Iterable
<
F
>
)
:
FeatureSet
<
F
>
fun
with
(
other
:
FeatureSet
<
F
>
)
:
FeatureSet
<
F
>
fun
<
T
:
F
>
with
(
feature
:
T
,
type
:
FeatureKey
<
F
>
=
feature.key
)
:
FeatureSet
<
F
>
Properties
features
Link copied to clipboard
val
features
:
Map
<
FeatureKey
<
F
>
,
F
>