core
0.8.0
core
API
com.spotify.featran
CanBuild
CanBuild
CollectionType
CollectionType
AllOps
Ops
ToCollectionTypeOps
nonInheritedOps
ops
CrossingFeatureBuilder
Feature
FeatureBuilder
FeatureBuilder
AllOps
Ops
ToFeatureBuilderOps
nonInheritedOps
ops
FeatureExtractor
FeatureRejection
FeatureRejection
Collision
OutOfBound
Outlier
Unseen
WrongDimension
FeatureResult
FeatureSpec
FeatureSpec
FeatureSpecCompat
FlatConverter
FlatExtractor
FlatReader
FlatReader
AllOps
Ops
ToFlatReaderOps
nonInheritedOps
ops
FlatWriter
FlatWriter
AllOps
Ops
ToFlatWriterOps
nonInheritedOps
ops
FloatingPoint
FloatingPoint
AllOps
Ops
ToFloatingPointOps
nonInheritedOps
ops
MultiFeatureExtractor
MultiFeatureSpec
MultiFeatureSpec
NamedSparseArray
RecordExtractor
RecordExtractor
SparseArray
com.spotify.featran.converters
CaseClassConverter
DefaultTransform
DefaultTransform
AllOps
Ops
ToDefaultTransformOps
nonInheritedOps
ops
RichBoolean
com.spotify.featran.json
com.spotify.featran.transformers
Binarizer
Bucketizer
HashNHotEncoder
HashNHotWeightedEncoder
HashOneHotEncoder
HeavyHitters
IQROutlierRejector
Identity
Indicator
MDL
MDLRecord
MaxAbsScaler
MinMaxScaler
NGrams
NHotEncoder
NHotWeightedEncoder
Normalizer
OneHotEncoder
PolynomialExpansion
PositionEncoder
QuantileDiscretizer
QuantileOutlierRejector
Settings
SettingsBuilder
StandardScaler
TopNOneHotEncoder
Transformer
VectorIdentity
VonMisesEvaluator
WeightedLabel
core
/
com.spotify.featran
/
FeatureResult
FeatureResult
com.spotify.featran.FeatureResult
case
class
FeatureResult
[
F
,
T
](
value
:
F
,
rejections
:
Map
[
String
,
FeatureRejection
],
original
:
T
)
Attributes
Source:
FeatureExtractor.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product