com
.
microsoft
.
ml
.
spark
.
core
.
contracts
Wrappable
Related Doc:
package contracts
trait
Wrappable
extends
Params
Linear Supertypes
Params
,
Serializable
,
Serializable
,
Identifiable
,
AnyRef
,
Any
Known Subclasses
AddDocuments
,
AnalyzeImage
,
AnomalyDetectorBase
,
AssembleFeatures
,
AutoTrainer
,
BingImageSearch
,
CNTKModel
,
CPISParams
,
Cacher
,
ClassBalancer
,
CleanMissingData
,
CognitiveServicesBase
,
CognitiveServicesBaseWithoutHandler
,
ComputeModelStatistics
,
ComputeModelStatisticsParams
,
ComputePerInstanceStatistics
,
CustomInputParser
,
CustomOutputParser
,
DataConversion
,
DescribeImage
,
DetectAnomalies
,
DetectFace
,
DetectLastAnomaly
,
DropColumns
,
DynamicMiniBatchTransformer
,
EnsembleByKey
,
EntityDetector
,
Explode
,
Featurize
,
FindBestModel
,
FindBestModelParams
,
FindSimilarFace
,
FixedMiniBatchTransformer
,
FlattenBatch
,
GenerateThumbnails
,
GroupFaces
,
HTTPInputParser
,
HTTPOutputParser
,
HTTPParams
,
HTTPTransformer
,
HasAdditionalFeatures
,
HasCognitiveServiceInput
,
HasEvaluationMetric
,
HasFeaturesCol
,
HasGroupCol
,
HasImageInput
,
HasInitScoreCol
,
HasInputCol
,
HasInputCols
,
HasLabelCol
,
HasNumBits
,
HasOutputCol
,
HasOutputCols
,
HasScoredLabelsCol
,
HasScoredProbabilitiesCol
,
HasScoresCol
,
HasSetLocation
,
HasSumCollisions
,
HasURL
,
HasValidationIndicatorCol
,
HasWeightCol
,
IdentifyFaces
,
ImageFeaturizer
,
ImageLIME
,
ImageSetAugmenter
,
ImageTransformer
,
IndexToValue
,
JSONInputParser
,
JSONOutputParser
,
KeyPhraseExtractor
,
LIMEBase
,
LIMEParams
,
Lambda
,
LanguageDetector
,
LightGBMBase
,
LightGBMClassifier
,
LightGBMExecutionParams
,
LightGBMParams
,
LightGBMRanker
,
LightGBMRegressor
,
MiniBatchBase
,
MultiColumnAdapter
,
MultiNGram
,
NER
,
OCR
,
PageSplitter
,
PartitionConsolidator
,
Ranker
,
RankingAdapter
,
RankingAdapterModel
,
RankingEvaluator
,
RankingParams
,
RankingTrainValidationSplit
,
RankingTrainValidationSplitModel
,
RankingTrainValidationSplitParams
,
RecEvaluatorParams
,
RecognizeDomainSpecificContent
,
RecognizeText
,
RecommendationIndexer
,
RecommendationIndexerModel
,
RenameColumn
,
Repartition
,
ResizeImageTransformer
,
SAR
,
SARModel
,
SARParams
,
SelectColumns
,
SimpleDetectAnomalies
,
SimpleHTTPTransformer
,
SpeechToText
,
StratifiedRepartition
,
StringOutputParser
,
SummarizeData
,
SummarizeDataParams
,
SuperpixelTransformer
,
TabularLIME
,
TabularLIMEModel
,
TagImage
,
TextAnalyticsBase
,
TextFeaturizer
,
TextFeaturizerParams
,
TextPreprocessor
,
TextSentiment
,
TimeIntervalMiniBatchTransformer
,
Timer
,
TimerModel
,
TimerParams
,
TrainClassifier
,
TrainRegressor
,
TuneHyperparameters
,
UDFTransformer
,
UnicodeNormalize
,
UnrollBinaryImage
,
UnrollImage
,
ValueIndexer
,
ValueIndexerModel
,
ValueIndexerParams
,
VerifyFaces
,
VowpalWabbitBase
,
VowpalWabbitBaseModel
,
VowpalWabbitClassificationModel
,
VowpalWabbitClassifier
,
VowpalWabbitFeaturizer
,
VowpalWabbitInteractions
,
VowpalWabbitRegressionModel
,
VowpalWabbitRegressor
Ordering
Alphabetic
By Inheritance
Inherited
Wrappable
Params
Serializable
Serializable
Identifiable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
copy
(
extra:
ParamMap
)
:
Params
Definition Classes
Params
abstract
val
uid
:
String
Definition Classes
Identifiable
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
$
[
T
]
(
param:
Param
[
T
]
)
:
T
Attributes
protected
Definition Classes
Params
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
additionalPythonMethods
()
:
String
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
clear
(
param:
Param
[_]
)
:
Wrappable
.this.type
Definition Classes
Params
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
copyValues
[
T <:
Params
]
(
to:
T
,
extra:
ParamMap
)
:
T
Attributes
protected
Definition Classes
Params
final
def
defaultCopy
[
T <:
Params
]
(
extra:
ParamMap
)
:
T
Attributes
protected
Definition Classes
Params
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
explainParam
(
param:
Param
[_]
)
:
String
Definition Classes
Params
def
explainParams
()
:
String
Definition Classes
Params
final
def
extractParamMap
()
:
ParamMap
Definition Classes
Params
final
def
extractParamMap
(
extra:
ParamMap
)
:
ParamMap
Definition Classes
Params
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
get
[
T
]
(
param:
Param
[
T
]
)
:
Option
[
T
]
Definition Classes
Params
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getDefault
[
T
]
(
param:
Param
[
T
]
)
:
Option
[
T
]
Definition Classes
Params
final
def
getOrDefault
[
T
]
(
param:
Param
[
T
]
)
:
T
Definition Classes
Params
def
getParam
(
paramName:
String
)
:
Param
[
Any
]
Definition Classes
Params
final
def
hasDefault
[
T
]
(
param:
Param
[
T
]
)
:
Boolean
Definition Classes
Params
def
hasParam
(
paramName:
String
)
:
Boolean
Definition Classes
Params
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isDefined
(
param:
Param
[_]
)
:
Boolean
Definition Classes
Params
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
isSet
(
param:
Param
[_]
)
:
Boolean
Definition Classes
Params
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
lazy val
params
:
Array
[
Param
[_]]
Definition Classes
Params
final
def
set
(
paramPair:
ParamPair
[_]
)
:
Wrappable
.this.type
Attributes
protected
Definition Classes
Params
final
def
set
(
param:
String
,
value:
Any
)
:
Wrappable
.this.type
Attributes
protected
Definition Classes
Params
final
def
set
[
T
]
(
param:
Param
[
T
]
,
value:
T
)
:
Wrappable
.this.type
Definition Classes
Params
final
def
setDefault
(
paramPairs:
ParamPair
[_]*
)
:
Wrappable
.this.type
Attributes
protected
Definition Classes
Params
final
def
setDefault
[
T
]
(
param:
Param
[
T
]
,
value:
T
)
:
Wrappable
.this.type
Attributes
protected
Definition Classes
Params
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Identifiable → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Params
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Identifiable
Inherited from
AnyRef
Inherited from
Any
Ungrouped