JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Z
A
accept(Visitor)
- Method in class org.jpmml.sparkml.
AliasExpression
addStopWordSet(DocumentFeature.StopWordSet)
- Method in class org.jpmml.sparkml.
DocumentFeature
AliasExpression
- Class in
org.jpmml.sparkml
AliasExpression(String, Expression)
- Constructor for class org.jpmml.sparkml.
AliasExpression
AssociationRulesModelConverter
<
T
extends org.apache.spark.ml.Model<
T
> & org.apache.spark.ml.param.shared.HasPredictionCol> - Class in
org.jpmml.sparkml
AssociationRulesModelConverter(T)
- Constructor for class org.jpmml.sparkml.
AssociationRulesModelConverter
B
BinarizedCategoricalFeature
- Class in
org.jpmml.sparkml
BinarizedCategoricalFeature(PMMLEncoder, CategoricalFeature, List<BinaryFeature>)
- Constructor for class org.jpmml.sparkml.
BinarizedCategoricalFeature
BinarizerConverter
- Class in
org.jpmml.sparkml.feature
BinarizerConverter(Binarizer)
- Constructor for class org.jpmml.sparkml.feature.
BinarizerConverter
BucketizerConverter
- Class in
org.jpmml.sparkml.feature
BucketizerConverter(Bucketizer)
- Constructor for class org.jpmml.sparkml.feature.
BucketizerConverter
build()
- Method in class org.jpmml.sparkml.
PMMLBuilder
buildByteArray()
- Method in class org.jpmml.sparkml.
PMMLBuilder
buildFile(File)
- Method in class org.jpmml.sparkml.
PMMLBuilder
C
castColumn(Dataset<Row>, String, DataType)
- Static method in class org.jpmml.sparkml.
DatasetUtil
castColumns(Dataset<Row>, StructType)
- Static method in class org.jpmml.sparkml.
DatasetUtil
checkApplicationClasspath()
- Static method in class org.jpmml.sparkml.
ConverterFactory
checkColumns(int, Matrix)
- Method in class org.jpmml.sparkml.
MatrixUtil
checkNoShading()
- Static method in class org.jpmml.sparkml.
ConverterFactory
checkRows(int, Matrix)
- Static method in class org.jpmml.sparkml.
MatrixUtil
checkSchema(Schema)
- Method in class org.jpmml.sparkml.
ClassificationModelConverter
checkSchema(Schema)
- Method in class org.jpmml.sparkml.
ModelConverter
checkVersion()
- Static method in class org.jpmml.sparkml.
ConverterFactory
ChiSqSelectorModelConverter
- Class in
org.jpmml.sparkml.feature
ChiSqSelectorModelConverter(ChiSqSelectorModel)
- Constructor for class org.jpmml.sparkml.feature.
ChiSqSelectorModelConverter
ClassificationModelConverter
<
T
extends org.apache.spark.ml.classification.ClassificationModel<org.apache.spark.ml.linalg.Vector,
T
>> - Class in
org.jpmml.sparkml
ClassificationModelConverter(T)
- Constructor for class org.jpmml.sparkml.
ClassificationModelConverter
ClusteringModelConverter
<
T
extends org.apache.spark.ml.Model<
T
> & org.apache.spark.ml.param.shared.HasFeaturesCol & org.apache.spark.ml.param.shared.HasPredictionCol> - Class in
org.jpmml.sparkml
ClusteringModelConverter(T)
- Constructor for class org.jpmml.sparkml.
ClusteringModelConverter
ColumnPrunerConverter
- Class in
org.jpmml.sparkml.feature
ColumnPrunerConverter(ColumnPruner)
- Constructor for class org.jpmml.sparkml.feature.
ColumnPrunerConverter
compress(File, File)
- Static method in class org.jpmml.sparkml.
PipelineModelUtil
ConverterFactory
- Class in
org.jpmml.sparkml
ConverterFactory(Map<RegexKey, ? extends Map<String, ?>>)
- Constructor for class org.jpmml.sparkml.
ConverterFactory
CountVectorizerModelConverter
- Class in
org.jpmml.sparkml.feature
CountVectorizerModelConverter(CountVectorizerModel)
- Constructor for class org.jpmml.sparkml.feature.
CountVectorizerModelConverter
createAnalyzedLogicalPlan(SparkSession, StructType, String)
- Static method in class org.jpmml.sparkml.
DatasetUtil
createApply()
- Method in class org.jpmml.sparkml.
TermFeature
createApply()
- Method in class org.jpmml.sparkml.
WeightedTermFeature
createBatch(String, String, Predicate<ResultField>, Equivalence<Object>)
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
createBinaryLogisticClassification(C, Vector, double, Schema)
- Static method in class org.jpmml.sparkml.model.
LinearModelUtil
createDataField(String)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
createFeature(Field<?>)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
createRegression(C, Vector, double, Schema)
- Static method in class org.jpmml.sparkml.model.
LinearModelUtil
createSoftmaxClassification(C, Matrix, Vector, Schema)
- Static method in class org.jpmml.sparkml.model.
LinearModelUtil
createSparkSession()
- Static method in class org.jpmml.sparkml.
SparkSessionUtil
createSparkSession(String)
- Static method in class org.jpmml.sparkml.
SparkSessionUtil
createSparkSession()
- Static method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
D
DatasetUtil
- Class in
org.jpmml.sparkml
DecisionTreeClassificationModelConverter
- Class in
org.jpmml.sparkml.model
DecisionTreeClassificationModelConverter(DecisionTreeClassificationModel)
- Constructor for class org.jpmml.sparkml.model.
DecisionTreeClassificationModelConverter
DecisionTreeRegressionModelConverter
- Class in
org.jpmml.sparkml.model
DecisionTreeRegressionModelConverter(DecisionTreeRegressionModel)
- Constructor for class org.jpmml.sparkml.model.
DecisionTreeRegressionModelConverter
destroySparkSession(SparkSession)
- Static method in class org.jpmml.sparkml.
SparkSessionUtil
destroySparkSession()
- Static method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
DocumentFeature
- Class in
org.jpmml.sparkml
DocumentFeature(SparkMLEncoder, Field<?>, String)
- Constructor for class org.jpmml.sparkml.
DocumentFeature
DocumentFeature.StopWordSet
- Class in
org.jpmml.sparkml
E
encodeDecisionTree(C, Schema)
- Static method in class org.jpmml.sparkml.model.
TreeModelUtil
encodeDecisionTree(C, PredicateManager, ScoreDistributionManager, Schema)
- Static method in class org.jpmml.sparkml.model.
TreeModelUtil
encodeDecisionTreeEnsemble(C, Schema)
- Static method in class org.jpmml.sparkml.model.
TreeModelUtil
encodeDecisionTreeEnsemble(C, PredicateManager, ScoreDistributionManager, Schema)
- Static method in class org.jpmml.sparkml.model.
TreeModelUtil
encodeFeature(PMMLEncoder, Feature, List<?>, boolean)
- Static method in class org.jpmml.sparkml.feature.
OneHotEncoderModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
BinarizerConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
BucketizerConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
ChiSqSelectorModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
CountVectorizerModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
IDFModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
ImputerModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
IndexToStringConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
InteractionConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
MaxAbsScalerModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
MinMaxScalerModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
NGramConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
OneHotEncoderModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
PCAModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
RegexTokenizerConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
SQLTransformerConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
StandardScalerModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
StopWordsRemoverConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
StringIndexerModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
TokenizerConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
VectorAssemblerConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
VectorIndexerModelConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
VectorSizeHintConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
VectorSlicerConverter
encodeFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
FeatureConverter
encodeLogicalPlan(SparkMLEncoder, LogicalPlan)
- Static method in class org.jpmml.sparkml.feature.
SQLTransformerConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
DecisionTreeClassificationModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
DecisionTreeRegressionModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
FPGrowthModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
GBTClassificationModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
GBTRegressionModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
GeneralizedLinearRegressionModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
KMeansModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
LinearRegressionModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
LinearSVCModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
LogisticRegressionModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
MultilayerPerceptronClassificationModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
NaiveBayesModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
RandomForestClassificationModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.model.
RandomForestRegressionModelConverter
encodeModel(Schema)
- Method in class org.jpmml.sparkml.
ModelConverter
encodePMML(Model)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
encodeSchema(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ModelConverter
enterNode(Node)
- Method in class org.jpmml.sparkml.visitors.
TreeModelCompactor
enterTreeModel(TreeModel)
- Method in class org.jpmml.sparkml.visitors.
TreeModelCompactor
equals(Object)
- Method in class org.jpmml.sparkml.
BinarizedCategoricalFeature
equals(Object)
- Method in class org.jpmml.sparkml.
DocumentFeature
equals(Object)
- Method in class org.jpmml.sparkml.
DocumentFeature.StopWordSet
equals(Object)
- Method in class org.jpmml.sparkml.
RegexKey
equals(Object)
- Method in class org.jpmml.sparkml.
TermFeature
equals(Object)
- Method in class org.jpmml.sparkml.
WeightedTermFeature
excludePredictionFields()
- Static method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
excludePredictionFields(String)
- Static method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
exitNode(Node)
- Method in class org.jpmml.sparkml.visitors.
TreeModelCompactor
exitTreeModel(TreeModel)
- Method in class org.jpmml.sparkml.visitors.
TreeModelCompactor
ExpressionTranslator
- Class in
org.jpmml.sparkml
ExpressionUtil
- Class in
org.jpmml.sparkml
extendSchema(Set<String>)
- Method in class org.jpmml.sparkml.
PMMLBuilder
F
FeatureConverter
<
T
extends org.apache.spark.ml.Transformer> - Class in
org.jpmml.sparkml
FeatureConverter(T)
- Constructor for class org.jpmml.sparkml.
FeatureConverter
FeatureConverter.InOutMode
- Enum in
org.jpmml.sparkml
format(Expression)
- Static method in class org.jpmml.sparkml.
ExpressionUtil
formatName(T)
- Static method in class org.jpmml.sparkml.
FeatureConverter
formatName(T, int, int)
- Static method in class org.jpmml.sparkml.
FeatureConverter
formatName(T, int)
- Static method in class org.jpmml.sparkml.
MultiFeatureConverter
formatValues(List<?>)
- Static method in class org.jpmml.sparkml.model.
FPGrowthModelConverter
FPGrowthModelConverter
- Class in
org.jpmml.sparkml.model
FPGrowthModelConverter(FPGrowthModel)
- Constructor for class org.jpmml.sparkml.model.
FPGrowthModelConverter
G
GBTClassificationModelConverter
- Class in
org.jpmml.sparkml.model
GBTClassificationModelConverter(GBTClassificationModel)
- Constructor for class org.jpmml.sparkml.model.
GBTClassificationModelConverter
GBTRegressionModelConverter
- Class in
org.jpmml.sparkml.model
GBTRegressionModelConverter(GBTRegressionModel)
- Constructor for class org.jpmml.sparkml.model.
GBTRegressionModelConverter
GeneralizedLinearRegressionModelConverter
- Class in
org.jpmml.sparkml.model
GeneralizedLinearRegressionModelConverter(GeneralizedLinearRegressionModel)
- Constructor for class org.jpmml.sparkml.model.
GeneralizedLinearRegressionModelConverter
getArchiveBatchTest()
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
getBinaryFeatures()
- Method in class org.jpmml.sparkml.
BinarizedCategoricalFeature
getColumn(Matrix, int)
- Static method in class org.jpmml.sparkml.
MatrixUtil
getConverterFactory()
- Method in class org.jpmml.sparkml.
SparkMLEncoder
getDataset()
- Method in class org.jpmml.sparkml.
PMMLBuilder.Verification
getDefineFunction()
- Method in class org.jpmml.sparkml.
TermFeature
getEncoder()
- Method in class org.jpmml.sparkml.
ExpressionTranslator
getExpression()
- Method in class org.jpmml.sparkml.
AliasExpression
getFeature()
- Method in class org.jpmml.sparkml.
TermFeature
getFeatureImportances()
- Method in class org.jpmml.sparkml.model.
DecisionTreeClassificationModelConverter
getFeatureImportances()
- Method in class org.jpmml.sparkml.model.
DecisionTreeRegressionModelConverter
getFeatureImportances()
- Method in class org.jpmml.sparkml.model.
GBTClassificationModelConverter
getFeatureImportances()
- Method in class org.jpmml.sparkml.model.
GBTRegressionModelConverter
getFeatureImportances()
- Method in interface org.jpmml.sparkml.model.
HasFeatureImportances
getFeatureImportances()
- Method in class org.jpmml.sparkml.model.
RandomForestClassificationModelConverter
getFeatureImportances()
- Method in class org.jpmml.sparkml.model.
RandomForestRegressionModelConverter
getFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ClusteringModelConverter
getFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.model.
FPGrowthModelConverter
getFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ModelConverter
getFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
PredictionModelConverter
getFeatures(String)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
getFeatures(String, int[])
- Method in class org.jpmml.sparkml.
SparkMLEncoder
getInputCols(T)
- Method in enum org.jpmml.sparkml.
FeatureConverter.InOutMode
getInputMode()
- Method in class org.jpmml.sparkml.
FeatureConverter
getInputMode(T)
- Static method in class org.jpmml.sparkml.
FeatureConverter
getInputMode()
- Method in class org.jpmml.sparkml.
MultiFeatureConverter
getLabel(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ModelConverter
getLabel(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
PredictionModelConverter
getMiningFunction()
- Method in class org.jpmml.sparkml.
AssociationRulesModelConverter
getMiningFunction()
- Method in class org.jpmml.sparkml.
ClassificationModelConverter
getMiningFunction()
- Method in class org.jpmml.sparkml.
ClusteringModelConverter
getMiningFunction()
- Method in class org.jpmml.sparkml.model.
GeneralizedLinearRegressionModelConverter
getMiningFunction()
- Method in class org.jpmml.sparkml.
ModelConverter
getMiningFunction()
- Method in class org.jpmml.sparkml.
RegressionModelConverter
getModel()
- Method in class org.jpmml.sparkml.
ModelConverter
getName()
- Method in class org.jpmml.sparkml.
AliasExpression
getNativeConfiguration()
- Method in interface org.jpmml.sparkml.model.
HasTreeOptions
getNumberOfClasses()
- Method in class org.jpmml.sparkml.
ClassificationModelConverter
getNumberOfClusters()
- Method in class org.jpmml.sparkml.
ClusteringModelConverter
getNumberOfClusters()
- Method in class org.jpmml.sparkml.model.
KMeansModelConverter
getObject()
- Method in class org.jpmml.sparkml.
TransformerConverter
getOnlyFeature(String)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
getOption(String, Object)
- Method in class org.jpmml.sparkml.
TransformerConverter
getOptions()
- Method in class org.jpmml.sparkml.
ConverterFactory
getOptions()
- Method in class org.jpmml.sparkml.
PMMLBuilder
getOptions()
- Method in class org.jpmml.sparkml.
TransformerConverter
getOptionsMatrix()
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
getOutputCols(T)
- Method in enum org.jpmml.sparkml.
FeatureConverter.InOutMode
getOutputMode()
- Method in class org.jpmml.sparkml.
FeatureConverter
getOutputMode(T)
- Static method in class org.jpmml.sparkml.
FeatureConverter
getOutputMode()
- Method in class org.jpmml.sparkml.
MultiFeatureConverter
getPattern()
- Method in class org.jpmml.sparkml.
RegexKey
getPipelineModel()
- Method in class org.jpmml.sparkml.
PMMLBuilder
getPipelineZipPath()
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
getPMML()
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
getPrecision()
- Method in class org.jpmml.sparkml.
PMMLBuilder.Verification
getRow(Matrix, int)
- Static method in class org.jpmml.sparkml.
MatrixUtil
getSchema()
- Method in class org.jpmml.sparkml.
PMMLBuilder
getSchema()
- Method in class org.jpmml.sparkml.
SparkMLEncoder
getSchemaJsonPath()
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
getSparkSession()
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
getStopWordSets()
- Method in class org.jpmml.sparkml.
DocumentFeature
getTransformedDataset()
- Method in class org.jpmml.sparkml.
PMMLBuilder.Verification
getTransformer()
- Method in class org.jpmml.sparkml.
FeatureConverter
getValue()
- Method in class org.jpmml.sparkml.
TermFeature
getVerification()
- Method in class org.jpmml.sparkml.
PMMLBuilder
getVerificationDataset(Dataset<Row>)
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
getWeight()
- Method in class org.jpmml.sparkml.
WeightedTermFeature
getWordSeparatorRE()
- Method in class org.jpmml.sparkml.
DocumentFeature
getZeroThreshold()
- Method in class org.jpmml.sparkml.
PMMLBuilder.Verification
H
HasFeatureImportances
- Interface in
org.jpmml.sparkml.model
hasFeatures(String)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
hashCode()
- Method in class org.jpmml.sparkml.
BinarizedCategoricalFeature
hashCode()
- Method in class org.jpmml.sparkml.
DocumentFeature
hashCode()
- Method in class org.jpmml.sparkml.
DocumentFeature.StopWordSet
hashCode()
- Method in class org.jpmml.sparkml.
RegexKey
hashCode()
- Method in class org.jpmml.sparkml.
TermFeature
hashCode()
- Method in class org.jpmml.sparkml.
WeightedTermFeature
HasPredictionModelOptions
- Interface in
org.jpmml.sparkml.model
hasPunctuation(String)
- Static method in class org.jpmml.sparkml.
TermUtil
HasRegressionTableOptions
- Interface in
org.jpmml.sparkml.model
HasSparkMLOptions
- Interface in
org.jpmml.sparkml
HasTreeOptions
- Interface in
org.jpmml.sparkml.model
I
IDFModelConverter
- Class in
org.jpmml.sparkml.feature
IDFModelConverter(IDFModel)
- Constructor for class org.jpmml.sparkml.feature.
IDFModelConverter
ImputerModelConverter
- Class in
org.jpmml.sparkml.feature
ImputerModelConverter(ImputerModel)
- Constructor for class org.jpmml.sparkml.feature.
ImputerModelConverter
IndexToStringConverter
- Class in
org.jpmml.sparkml.feature
IndexToStringConverter(IndexToString)
- Constructor for class org.jpmml.sparkml.feature.
IndexToStringConverter
InteractionConverter
- Class in
org.jpmml.sparkml.feature
InteractionConverter(Interaction)
- Constructor for class org.jpmml.sparkml.feature.
InteractionConverter
isCaseSensitive()
- Method in class org.jpmml.sparkml.
DocumentFeature.StopWordSet
isPunctuation(char)
- Static method in class org.jpmml.sparkml.
TermUtil
ItemSetFeature
- Class in
org.jpmml.sparkml
ItemSetFeature(SparkMLEncoder, Field<?>)
- Constructor for class org.jpmml.sparkml.
ItemSetFeature
K
KMeansModelConverter
- Class in
org.jpmml.sparkml.model
KMeansModelConverter(KMeansModel)
- Constructor for class org.jpmml.sparkml.model.
KMeansModelConverter
L
LinearModelUtil
- Class in
org.jpmml.sparkml.model
LinearModelUtil()
- Constructor for class org.jpmml.sparkml.model.
LinearModelUtil
LinearRegressionModelConverter
- Class in
org.jpmml.sparkml.model
LinearRegressionModelConverter(LinearRegressionModel)
- Constructor for class org.jpmml.sparkml.model.
LinearRegressionModelConverter
LinearSVCModelConverter
- Class in
org.jpmml.sparkml.model
LinearSVCModelConverter(LinearSVCModel)
- Constructor for class org.jpmml.sparkml.model.
LinearSVCModelConverter
load(SparkSession, File)
- Static method in class org.jpmml.sparkml.
PipelineModelUtil
loadCsv(SparkSession, File)
- Static method in class org.jpmml.sparkml.
DatasetUtil
loadSchema(File)
- Static method in class org.jpmml.sparkml.
DatasetUtil
loadZip(SparkSession, File)
- Static method in class org.jpmml.sparkml.
PipelineModelUtil
LogisticRegressionModelConverter
- Class in
org.jpmml.sparkml.model
LogisticRegressionModelConverter(LogisticRegressionModel)
- Constructor for class org.jpmml.sparkml.model.
LogisticRegressionModelConverter
M
MatrixUtil
- Class in
org.jpmml.sparkml
MaxAbsScalerModelConverter
- Class in
org.jpmml.sparkml.feature
MaxAbsScalerModelConverter(MaxAbsScalerModel)
- Constructor for class org.jpmml.sparkml.feature.
MaxAbsScalerModelConverter
MinMaxScalerModelConverter
- Class in
org.jpmml.sparkml.feature
MinMaxScalerModelConverter(MinMaxScalerModel)
- Constructor for class org.jpmml.sparkml.feature.
MinMaxScalerModelConverter
ModelConverter
<
T
extends org.apache.spark.ml.Model<
T
> & org.apache.spark.ml.param.shared.HasPredictionCol> - Class in
org.jpmml.sparkml
ModelConverter(T)
- Constructor for class org.jpmml.sparkml.
ModelConverter
MultiFeatureConverter
<
T
extends org.apache.spark.ml.Transformer & org.apache.spark.ml.param.shared.HasInputCol & org.apache.spark.ml.param.shared.HasInputCols & org.apache.spark.ml.param.shared.HasOutputCol & org.apache.spark.ml.param.shared.HasOutputCols> - Class in
org.jpmml.sparkml
MultiFeatureConverter(T)
- Constructor for class org.jpmml.sparkml.
MultiFeatureConverter
MultilayerPerceptronClassificationModelConverter
- Class in
org.jpmml.sparkml.model
MultilayerPerceptronClassificationModelConverter(MultilayerPerceptronClassificationModel)
- Constructor for class org.jpmml.sparkml.model.
MultilayerPerceptronClassificationModelConverter
N
NaiveBayesModelConverter
- Class in
org.jpmml.sparkml.model
NaiveBayesModelConverter(NaiveBayesModel)
- Constructor for class org.jpmml.sparkml.model.
NaiveBayesModelConverter
newConverter(Transformer)
- Method in class org.jpmml.sparkml.
ConverterFactory
NGramConverter
- Class in
org.jpmml.sparkml.feature
NGramConverter(NGram)
- Constructor for class org.jpmml.sparkml.feature.
NGramConverter
O
OneHotEncoderModelConverter
- Class in
org.jpmml.sparkml.feature
OneHotEncoderModelConverter(OneHotEncoderModel)
- Constructor for class org.jpmml.sparkml.feature.
OneHotEncoderModelConverter
OPTION_COMPACT
- Static variable in interface org.jpmml.sparkml.model.
HasTreeOptions
OPTION_ESTIMATE_FEATURE_IMPORTANCES
- Static variable in interface org.jpmml.sparkml.model.
HasTreeOptions
OPTION_KEEP_PREDICTIONCOL
- Static variable in interface org.jpmml.sparkml.model.
HasPredictionModelOptions
OPTION_LOOKUP_THRESHOLD
- Static variable in interface org.jpmml.sparkml.model.
HasRegressionTableOptions
OPTION_REPRESENTATION
- Static variable in interface org.jpmml.sparkml.model.
HasRegressionTableOptions
org.jpmml.sparkml
- package org.jpmml.sparkml
org.jpmml.sparkml.feature
- package org.jpmml.sparkml.feature
org.jpmml.sparkml.model
- package org.jpmml.sparkml.model
org.jpmml.sparkml.testing
- package org.jpmml.sparkml.testing
org.jpmml.sparkml.visitors
- package org.jpmml.sparkml.visitors
P
parseStrategy(String)
- Static method in class org.jpmml.sparkml.feature.
ImputerModelConverter
PCAModelConverter
- Class in
org.jpmml.sparkml.feature
PCAModelConverter(PCAModel)
- Constructor for class org.jpmml.sparkml.feature.
PCAModelConverter
PipelineModelUtil
- Class in
org.jpmml.sparkml
PMMLBuilder
- Class in
org.jpmml.sparkml
PMMLBuilder(StructType, PipelineModel)
- Constructor for class org.jpmml.sparkml.
PMMLBuilder
PMMLBuilder(StructType, PipelineStage)
- Constructor for class org.jpmml.sparkml.
PMMLBuilder
PMMLBuilder.Verification
- Class in
org.jpmml.sparkml
precision
- Variable in class org.jpmml.sparkml.
PMMLBuilder.Verification
PredictionModelConverter
<
T
extends org.apache.spark.ml.PredictionModel<org.apache.spark.ml.linalg.Vector,
T
> & org.apache.spark.ml.param.shared.HasLabelCol & org.apache.spark.ml.param.shared.HasFeaturesCol & org.apache.spark.ml.param.shared.HasPredictionCol> - Class in
org.jpmml.sparkml
PredictionModelConverter(T)
- Constructor for class org.jpmml.sparkml.
PredictionModelConverter
ProbabilisticClassificationModelConverter
<
T
extends org.apache.spark.ml.classification.ProbabilisticClassificationModel<org.apache.spark.ml.linalg.Vector,
T
> & org.apache.spark.ml.param.shared.HasProbabilityCol> - Class in
org.jpmml.sparkml
ProbabilisticClassificationModelConverter(T)
- Constructor for class org.jpmml.sparkml.
ProbabilisticClassificationModelConverter
putFeatures(String, List<Feature>)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
putOnlyFeature(String, Feature)
- Method in class org.jpmml.sparkml.
SparkMLEncoder
putOption(String, Object)
- Method in class org.jpmml.sparkml.
PMMLBuilder
putOption(PipelineStage, String, Object)
- Method in class org.jpmml.sparkml.
PMMLBuilder
putOptions(Map<String, ?>)
- Method in class org.jpmml.sparkml.
PMMLBuilder
putOptions(PipelineStage, Map<String, ?>)
- Method in class org.jpmml.sparkml.
PMMLBuilder
putOptions(Pattern, Map<String, ?>)
- Method in class org.jpmml.sparkml.
PMMLBuilder
R
RandomForestClassificationModelConverter
- Class in
org.jpmml.sparkml.model
RandomForestClassificationModelConverter(RandomForestClassificationModel)
- Constructor for class org.jpmml.sparkml.model.
RandomForestClassificationModelConverter
RandomForestRegressionModelConverter
- Class in
org.jpmml.sparkml.model
RandomForestRegressionModelConverter(RandomForestRegressionModel)
- Constructor for class org.jpmml.sparkml.model.
RandomForestRegressionModelConverter
RegexKey
- Class in
org.jpmml.sparkml
RegexKey(Pattern)
- Constructor for class org.jpmml.sparkml.
RegexKey
RegexTokenizerConverter
- Class in
org.jpmml.sparkml.feature
RegexTokenizerConverter(RegexTokenizer)
- Constructor for class org.jpmml.sparkml.feature.
RegexTokenizerConverter
registerFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
OneHotEncoderModelConverter
registerFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
RFormulaModelConverter
registerFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.feature.
SQLTransformerConverter
registerFeatures(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
FeatureConverter
registerModel(SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ModelConverter
registerOutputFields(Label, Model, SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ClassificationModelConverter
registerOutputFields(Label, Model, SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ClusteringModelConverter
registerOutputFields(Label, Model, SparkMLEncoder)
- Method in class org.jpmml.sparkml.model.
GeneralizedLinearRegressionModelConverter
registerOutputFields(Label, Model, SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ModelConverter
registerOutputFields(Label, Model, SparkMLEncoder)
- Method in class org.jpmml.sparkml.
ProbabilisticClassificationModelConverter
registerOutputFields(Label, Model, SparkMLEncoder)
- Method in class org.jpmml.sparkml.
RegressionModelConverter
RegressionModelConverter
<
T
extends org.apache.spark.ml.regression.RegressionModel<org.apache.spark.ml.linalg.Vector,
T
>> - Class in
org.jpmml.sparkml
RegressionModelConverter(T)
- Constructor for class org.jpmml.sparkml.
RegressionModelConverter
RegressionTableUtil
- Class in
org.jpmml.sparkml.model
requireExpression()
- Method in class org.jpmml.sparkml.
AliasExpression
RFormulaModelConverter
- Class in
org.jpmml.sparkml.feature
RFormulaModelConverter(RFormulaModel)
- Constructor for class org.jpmml.sparkml.feature.
RFormulaModelConverter
S
setExpression(Expression)
- Method in class org.jpmml.sparkml.
AliasExpression
setName(String)
- Method in class org.jpmml.sparkml.
AliasExpression
setOptions(Map<String, ?>)
- Method in class org.jpmml.sparkml.
TransformerConverter
setPipelineModel(PipelineModel)
- Method in class org.jpmml.sparkml.
PMMLBuilder
setPrecision(Double)
- Method in class org.jpmml.sparkml.
PMMLBuilder.Verification
setSchema(StructType)
- Method in class org.jpmml.sparkml.
PMMLBuilder
setZeroThreshold(Double)
- Method in class org.jpmml.sparkml.
PMMLBuilder.Verification
simplify(C, Object, List<Feature>, List<Double>)
- Static method in class org.jpmml.sparkml.model.
RegressionTableUtil
SparkMLEncoder
- Class in
org.jpmml.sparkml
SparkMLEncoder(StructType, ConverterFactory)
- Constructor for class org.jpmml.sparkml.
SparkMLEncoder
SparkMLEncoderBatch
- Class in
org.jpmml.sparkml.testing
SparkMLEncoderBatch(String, String, Predicate<ResultField>, Equivalence<Object>)
- Constructor for class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
SparkMLEncoderBatchTest
- Class in
org.jpmml.sparkml.testing
SparkMLEncoderBatchTest()
- Constructor for class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
SparkMLEncoderBatchTest(Equivalence<Object>)
- Constructor for class org.jpmml.sparkml.testing.
SparkMLEncoderBatchTest
SparkSessionUtil
- Class in
org.jpmml.sparkml
SQLTransformerConverter
- Class in
org.jpmml.sparkml.feature
SQLTransformerConverter(SQLTransformer)
- Constructor for class org.jpmml.sparkml.feature.
SQLTransformerConverter
StandardScalerModelConverter
- Class in
org.jpmml.sparkml.feature
StandardScalerModelConverter(StandardScalerModel)
- Constructor for class org.jpmml.sparkml.feature.
StandardScalerModelConverter
StopWordSet(boolean)
- Constructor for class org.jpmml.sparkml.
DocumentFeature.StopWordSet
StopWordsRemoverConverter
- Class in
org.jpmml.sparkml.feature
StopWordsRemoverConverter(StopWordsRemover)
- Constructor for class org.jpmml.sparkml.feature.
StopWordsRemoverConverter
store(PipelineModel, File)
- Static method in class org.jpmml.sparkml.
PipelineModelUtil
storeCsv(Dataset<Row>, File)
- Static method in class org.jpmml.sparkml.
DatasetUtil
storeSchema(Dataset<Row>, File)
- Static method in class org.jpmml.sparkml.
DatasetUtil
storeSchema(StructType, File)
- Static method in class org.jpmml.sparkml.
DatasetUtil
storeZip(PipelineModel, File)
- Static method in class org.jpmml.sparkml.
PipelineModelUtil
StringIndexerModelConverter
- Class in
org.jpmml.sparkml.feature
StringIndexerModelConverter(StringIndexerModel)
- Constructor for class org.jpmml.sparkml.feature.
StringIndexerModelConverter
T
TermFeature
- Class in
org.jpmml.sparkml
TermFeature(PMMLEncoder, DefineFunction, Feature, String)
- Constructor for class org.jpmml.sparkml.
TermFeature
TermUtil
- Class in
org.jpmml.sparkml
test(String)
- Method in class org.jpmml.sparkml.
RegexKey
toContinuousFeature()
- Method in class org.jpmml.sparkml.
BinarizedCategoricalFeature
toContinuousFeature()
- Method in class org.jpmml.sparkml.
ItemSetFeature
toContinuousFeature()
- Method in class org.jpmml.sparkml.
TermFeature
TokenizerConverter
- Class in
org.jpmml.sparkml.feature
TokenizerConverter(Tokenizer)
- Constructor for class org.jpmml.sparkml.feature.
TokenizerConverter
toList(Vector)
- Static method in class org.jpmml.sparkml.
VectorUtil
toStringHelper()
- Method in class org.jpmml.sparkml.
BinarizedCategoricalFeature
toStringHelper()
- Method in class org.jpmml.sparkml.
DocumentFeature
toStringHelper()
- Method in class org.jpmml.sparkml.
TermFeature
toStringHelper()
- Method in class org.jpmml.sparkml.
WeightedTermFeature
toWeightedTermFeature(Number)
- Method in class org.jpmml.sparkml.
TermFeature
TransformerConverter
<
T
extends org.apache.spark.ml.Transformer> - Class in
org.jpmml.sparkml
TransformerConverter(T)
- Constructor for class org.jpmml.sparkml.
TransformerConverter
translate(SparkMLEncoder, Expression)
- Static method in class org.jpmml.sparkml.
ExpressionTranslator
translate(SparkMLEncoder, Expression, boolean)
- Static method in class org.jpmml.sparkml.
ExpressionTranslator
translateAtomicType(AtomicType)
- Static method in class org.jpmml.sparkml.
DatasetUtil
translateDataType(DataType)
- Static method in class org.jpmml.sparkml.
DatasetUtil
translateFractionalType(FractionalType)
- Static method in class org.jpmml.sparkml.
DatasetUtil
translateIntegralType(IntegralType)
- Static method in class org.jpmml.sparkml.
DatasetUtil
TreeModelCompactor
- Class in
org.jpmml.sparkml.visitors
TreeModelCompactor()
- Constructor for class org.jpmml.sparkml.visitors.
TreeModelCompactor
TreeModelUtil
- Class in
org.jpmml.sparkml.model
U
uncompress(File)
- Static method in class org.jpmml.sparkml.
PipelineModelUtil
uncompress(File, File)
- Static method in class org.jpmml.sparkml.
PipelineModelUtil
unwrap(Expression)
- Static method in class org.jpmml.sparkml.
AliasExpression
updateSchema(StructType, PipelineModel)
- Method in class org.jpmml.sparkml.testing.
SparkMLEncoderBatch
V
valueOf(String)
- Static method in enum org.jpmml.sparkml.
FeatureConverter.InOutMode
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jpmml.sparkml.
FeatureConverter.InOutMode
Returns an array containing the constants of this enum type, in the order they are declared.
VectorAssemblerConverter
- Class in
org.jpmml.sparkml.feature
VectorAssemblerConverter(VectorAssembler)
- Constructor for class org.jpmml.sparkml.feature.
VectorAssemblerConverter
VectorAttributeRewriterConverter
- Class in
org.jpmml.sparkml.feature
VectorAttributeRewriterConverter(VectorAttributeRewriter)
- Constructor for class org.jpmml.sparkml.feature.
VectorAttributeRewriterConverter
VectorIndexerModelConverter
- Class in
org.jpmml.sparkml.feature
VectorIndexerModelConverter(VectorIndexerModel)
- Constructor for class org.jpmml.sparkml.feature.
VectorIndexerModelConverter
VectorSizeHintConverter
- Class in
org.jpmml.sparkml.feature
VectorSizeHintConverter(VectorSizeHint)
- Constructor for class org.jpmml.sparkml.feature.
VectorSizeHintConverter
VectorSlicerConverter
- Class in
org.jpmml.sparkml.feature
VectorSlicerConverter(VectorSlicer)
- Constructor for class org.jpmml.sparkml.feature.
VectorSlicerConverter
VectorUtil
- Class in
org.jpmml.sparkml
verify(Dataset<Row>)
- Method in class org.jpmml.sparkml.
PMMLBuilder
verify(Dataset<Row>, double, double)
- Method in class org.jpmml.sparkml.
PMMLBuilder
W
WeightedTermFeature
- Class in
org.jpmml.sparkml
WeightedTermFeature(PMMLEncoder, DefineFunction, Feature, String, Number)
- Constructor for class org.jpmml.sparkml.
WeightedTermFeature
Z
zeroThreshold
- Variable in class org.jpmml.sparkml.
PMMLBuilder.Verification
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Z
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023. All rights reserved.