Packages

trait Wrappable extends PythonWrappable with RWrappable with DotnetWrappable

Linear Supertypes
Known Subclasses
BestModel, FindBestModel, FindBestModelParams, TuneHyperparameters, TuneHyperparametersModel, DoubleMLEstimator, DoubleMLModel, OrthoForestDMLEstimator, OrthoForestDMLModel, OrthoForestVariableTransformer, ResidualTransformer, CognitiveServicesBase, CognitiveServicesBaseNoHandler, HasCustomCogServiceDomain, HasSetLinkedService, HasSetLinkedServiceUsingLocation, HasSetLocation, AnomalyDetectorBase, DetectAnomalies, DetectLastAnomaly, DetectLastMultivariateAnomaly, MADBase, SimpleDetectAnomalies, SimpleDetectMultivariateAnomaly, SimpleFitMultivariateAnomaly, BingImageSearch, DetectFace, FindSimilarFace, GroupFaces, IdentifyFaces, VerifyFaces, AnalyzeBusinessCards, AnalyzeCustomModel, AnalyzeDocument, AnalyzeIDDocuments, AnalyzeInvoices, AnalyzeLayout, AnalyzeReceipts, FormOntologyLearner, FormOntologyTransformer, FormRecognizerBase, GetCustomModel, ListCustomModels, AnalyzeText, OpenAIChatCompletion, OpenAICompletion, OpenAIEmbedding, OpenAIPrompt, AddDocuments, ConversationTranscription, SpeakerEmotionInference, SpeechSDKBase, SpeechToText, SpeechToTextSDK, TextToSpeech, BreakSentence, Detect, DictionaryExamples, DictionaryLookup, DocumentTranslator, TextTranslatorBase, Translate, Transliterate, AnalyzeImage, DescribeImage, GenerateThumbnails, OCR, ReadImage, RecognizeDomainSpecificContent, RecognizeText, TagImage, 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, SuperpixelTransformer, UnrollBinaryImage, UnrollImage, ConcurrencyParams, CustomInputParser, CustomOutputParser, HTTPInputParser, HTTPOutputParser, HTTPTransformer, JSONInputParser, JSONOutputParser, SimpleHTTPTransformer, StringOutputParser, IsolationForest, IsolationForestModel, LightGBMBase, LightGBMClassificationModel, LightGBMClassifier, LightGBMModelMethods, LightGBMRanker, LightGBMRankerModel, LightGBMRegressionModel, LightGBMRegressor, LightGBMBinParams, LightGBMCategoricalParams, LightGBMDartParams, LightGBMDatasetParams, LightGBMExecutionParams, LightGBMFractionParams, LightGBMLearnerParams, LightGBMModelParams, LightGBMObjectiveParams, LightGBMParams, LightGBMPredictionParams, LightGBMSeedParams, LightGBMSlotParams, ConditionalKNN, ConditionalKNNModel, ConditionalKNNParams, KNN, KNNModel, KNNParams, ImageFeaturizer, 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, VowpalWabbitBaseLearner, VowpalWabbitBaseProgressive, VowpalWabbitBaseSpark, VowpalWabbitCSETransformer, VowpalWabbitClassificationModel, VowpalWabbitClassifier, VowpalWabbitContextualBandit, VowpalWabbitContextualBanditBase, VowpalWabbitContextualBanditModel, VowpalWabbitDSJsonTransformer, VowpalWabbitFeaturizer, VowpalWabbitGeneric, VowpalWabbitGenericModel, VowpalWabbitGenericProgressive, VowpalWabbitInteractions, VowpalWabbitRegressionModel, VowpalWabbitRegressor, RankingTrainValidationSplitParams, RecEvaluatorParams, OptimizedCKNNFitting, OptimizedKNNFitting
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wrappable
  2. DotnetWrappable
  3. RWrappable
  4. PythonWrappable
  5. BaseWrappable
  6. Params
  7. Serializable
  8. Serializable
  9. Identifiable
  10. AnyRef
  11. 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 dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  3. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  4. def explainParams(): String
    Definition Classes
    Params
  5. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  6. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  7. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  8. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  9. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  10. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  11. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  12. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  13. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  14. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  15. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  16. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  17. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  18. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  19. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  20. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  21. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  22. final def set[T](param: Param[T], value: T): Wrappable.this.type
    Definition Classes
    Params
  23. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any