Packages

trait DotnetWrappable extends BaseWrappable

Linear Supertypes
BaseWrappable, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
BestModel, FindBestModel, FindBestModelParams, TuneHyperparameters, TuneHyperparametersModel, DoubleMLEstimator, DoubleMLModel, OrthoForestDMLEstimator, OrthoForestDMLModel, OrthoForestVariableTransformer, ResidualTransformer, Wrappable, 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, 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, CognitiveServicesBase, CognitiveServicesBaseNoHandler, HasCustomCogServiceDomain, HasSetLinkedService, HasSetLinkedServiceUsingLocation, HasSetLocation, AnomalyDetectorBase, MADBase, BingImageSearch, DetectFace, FindSimilarFace, GroupFaces, IdentifyFaces, VerifyFaces, AnalyzeBusinessCards, AnalyzeCustomModel, AnalyzeDocument, AnalyzeIDDocuments, AnalyzeInvoices, AnalyzeLayout, AnalyzeReceipts, FormOntologyLearner, FormOntologyTransformer, FormRecognizerBase, GetCustomModel, ListCustomModels, AddressGeocoder, CheckPointInPolygon, HasSetGeography, ReverseAddressGeocoder, 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, 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, DetectAnomalies, DetectLastAnomaly, DetectLastMultivariateAnomaly, SimpleDetectAnomalies, SimpleDetectMultivariateAnomaly, SimpleFitMultivariateAnomaly
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DotnetWrappable
  2. BaseWrappable
  3. Params
  4. Serializable
  5. Serializable
  6. Identifiable
  7. AnyRef
  8. 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[_]): DotnetWrappable.this.type
    Definition Classes
    Params
  2. def dotnetAdditionalMethods: String
  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
  17. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  18. final def set[T](param: Param[T], value: T): DotnetWrappable.this.type
    Definition Classes
    Params
  19. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any