Packages

t

org.apache.spark.ml

ComplexParamsWritable

trait ComplexParamsWritable extends MLWritable

Self Type
ComplexParamsWritable with Params
Linear Supertypes
MLWritable, AnyRef, Any
Known Subclasses
BestModel, FindBestModel, FindBestModelParams, TuneHyperparameters, TuneHyperparametersModel, DoubleMLEstimator, DoubleMLModel, OrthoForestDMLEstimator, OrthoForestDMLModel, CognitiveServicesBase, CognitiveServicesBaseNoHandler, AnomalyDetectorBase, DetectAnomalies, DetectLastAnomaly, DetectLastMultivariateAnomaly, MADBase, SimpleDetectAnomalies, SimpleDetectMultivariateAnomaly, SimpleFitMultivariateAnomaly, BingImageSearch, DetectFace, FindSimilarFace, GroupFaces, IdentifyFaces, VerifyFaces, AnalyzeBusinessCards, AnalyzeCustomModel, AnalyzeDocument, AnalyzeIDDocuments, AnalyzeInvoices, AnalyzeLayout, AnalyzeReceipts, 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, LocalExplainer, TabularLIME, TabularSHAP, TextLIME, TextSHAP, VectorLIME, VectorSHAP, AggregateBalanceMeasure, DistributionBalanceMeasure, FeatureBalanceMeasure, CleanMissingDataModel, ValueIndexerModel, AddressGeocoder, CheckPointInPolygon, ReverseAddressGeocoder, CustomInputParser, CustomOutputParser, HTTPTransformer, JSONInputParser, JSONOutputParser, SimpleHTTPTransformer, StringOutputParser, IsolationForestModel, LightGBMBase, LightGBMClassificationModel, LightGBMClassifier, LightGBMRanker, LightGBMRankerModel, LightGBMRegressionModel, LightGBMRegressor, ConditionalKNNModel, KNNModel, ImageFeaturizer, ONNXModel, ImageTransformer, RankingAdapter, RankingAdapterModel, RankingEvaluator, RankingTrainValidationSplit, RankingTrainValidationSplitModel, RecommendationIndexer, RecommendationIndexerBase, RecommendationIndexerModel, SARModel, ClassBalancerModel, Lambda, MultiColumnAdapter, PartitionConsolidator, TextPreprocessor, Timer, TimerModel, UDFTransformer, UnicodeNormalize, AutoTrainedModel, AutoTrainer, TrainClassifier, TrainRegressor, TrainedClassifierModel, TrainedRegressorModel, VectorZipper, VowpalWabbitBase, VowpalWabbitBaseLearner, VowpalWabbitBaseProgressive, VowpalWabbitBaseSpark, VowpalWabbitCSETransformer, VowpalWabbitClassificationModel, VowpalWabbitClassifier, VowpalWabbitContextualBandit, VowpalWabbitContextualBanditBase, VowpalWabbitContextualBanditModel, VowpalWabbitDSJsonTransformer, VowpalWabbitFeaturizer, VowpalWabbitGeneric, VowpalWabbitGenericModel, VowpalWabbitGenericProgressive, VowpalWabbitInteractions, VowpalWabbitRegressionModel, VowpalWabbitRegressor, RecEvaluatorParams
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComplexParamsWritable
  2. MLWritable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  2. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable