Packages

trait Wrappable extends PythonWrappable with RWrappable

Linear Supertypes
RWrappable, PythonWrappable, BaseWrappable, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
BestModel, FindBestModel, FindBestModelParams, TuneHyperparameters, TuneHyperparametersModel, CNTKModel, ImageFeaturizer, AddDocuments, AnalyzeBusinessCards, AnalyzeCustomModel, AnalyzeIDDocuments, AnalyzeImage, AnalyzeInvoices, AnalyzeLayout, AnalyzeReceipts, AnomalyDetectorBase, BingImageSearch, BreakSentence, CognitiveServicesBase, CognitiveServicesBaseNoHandler, ConversationTranscription, DescribeImage, Detect, DetectAnomalies, DetectFace, DetectLastAnomaly, DetectMultivariateAnomaly, DictionaryExamples, DictionaryLookup, DocumentTranslator, EntityDetector, EntityDetectorV2, FindSimilarFace, FitMultivariateAnomaly, FormOntologyLearner, FormOntologyTransformer, FormRecognizerBase, GenerateThumbnails, GetCustomModel, GroupFaces, HasSetLinkedService, HasSetLinkedServiceUsingLocation, HasSetLocation, IdentifyFaces, KeyPhraseExtractor, KeyPhraseExtractorV2, LanguageDetector, LanguageDetectorV2, ListCustomModels, MADBase, NER, NERV2, OCR, PII, ReadImage, RecognizeDomainSpecificContent, RecognizeText, SimpleDetectAnomalies, SpeechSDKBase, SpeechToText, SpeechToTextSDK, TagImage, TextAnalyticsBase, TextAnalyze, TextSentiment, TextSentimentV2, TextToSpeech, TextTranslatorBase, Translate, Transliterate, VerifyFaces, ICETransformer, ImageLIME, ImageSHAP, KernelSHAPBase, LIMEBase, TabularLIME, TabularSHAP, TextLIME, TextSHAP, VectorLIME, VectorSHAP, AggregateBalanceMeasure, DistributionBalanceMeasure, FeatureBalanceMeasure, CleanMissingData, CleanMissingDataModel, CountSelector, CountSelectorModel, DataConversion, Featurize, IndexToValue, ValueIndexer, ValueIndexerModel, ValueIndexerParams, MultiNGram, PageSplitter, TextFeaturizer, TextFeaturizerParams, AddressGeocoder, CheckPointInPolygon, HasSetGeography, ReverseAddressGeocoder, ResizeImageTransformer, UnrollBinaryImage, UnrollImage, ConcurrencyParams, CustomInputParser, CustomOutputParser, HTTPInputParser, HTTPOutputParser, HTTPTransformer, JSONInputParser, JSONOutputParser, SimpleHTTPTransformer, StringOutputParser, IsolationForest, IsolationForestModel, LightGBMBase, LightGBMClassificationModel, LightGBMClassifier, LightGBMModelMethods, LightGBMRanker, LightGBMRankerModel, LightGBMRegressionModel, LightGBMRegressor, LightGBMBinParams, LightGBMDartParams, LightGBMExecutionParams, LightGBMFractionParams, LightGBMLearnerParams, LightGBMModelParams, LightGBMObjectiveParams, LightGBMParams, LightGBMPredictionParams, LightGBMSlotParams, SuperpixelTransformer, ConditionalKNN, ConditionalKNNModel, ConditionalKNNParams, KNN, KNNModel, KNNParams, ONNXModel, ImageSetAugmenter, ImageTransformer, RankingAdapter, RankingAdapterModel, RankingEvaluator, RankingTrainValidationSplit, RankingTrainValidationSplitModel, RecommendationIndexer, RecommendationIndexerModel, SAR, SARModel, SARParams, Cacher, ClassBalancer, ClassBalancerModel, DropColumns, DynamicMiniBatchTransformer, EnsembleByKey, Explode, FixedMiniBatchTransformer, FlattenBatch, Lambda, MiniBatchBase, MultiColumnAdapter, PartitionConsolidator, RenameColumn, Repartition, SelectColumns, StratifiedRepartition, SummarizeData, SummarizeDataParams, TextPreprocessor, TimeIntervalMiniBatchTransformer, Timer, TimerModel, TimerParams, UDFTransformer, UnicodeNormalize, AutoTrainer, CPISParams, ComputeModelStatistics, ComputeModelStatisticsParams, ComputePerInstanceStatistics, TrainClassifier, TrainRegressor, TrainedClassifierModel, TrainedRegressorModel, VectorZipper, VowpalWabbitBase, VowpalWabbitClassificationModel, VowpalWabbitClassifier, VowpalWabbitContextualBandit, VowpalWabbitContextualBanditBase, VowpalWabbitContextualBanditModel, VowpalWabbitFeaturizer, VowpalWabbitInteractions, VowpalWabbitRegressionModel, VowpalWabbitRegressor, RankingTrainValidationSplitParams, RecEvaluatorParams, OptimizedCKNNFitting, OptimizedKNNFitting, ImageLIME, TabularLIME, TabularLIMEModel, TextLIME
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wrappable
  2. RWrappable
  3. PythonWrappable
  4. BaseWrappable
  5. Params
  6. Serializable
  7. Serializable
  8. Identifiable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def clear(param: Param[_]): Wrappable.this.type
    Definition Classes
    Params
  2. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  3. def explainParams(): String
    Definition Classes
    Params
  4. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  5. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  6. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  7. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  8. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  9. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  10. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  11. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  12. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  13. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  14. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  15. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  16. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  17. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  18. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  19. final def set[T](param: Param[T], value: T): Wrappable.this.type
    Definition Classes
    Params
  20. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any