| Modifier and Type | Class and Description |
|---|---|
class |
CompositeTransformer |
class |
Drop |
class |
IdentityTransformer |
class |
Initializer |
class |
PassThrough |
class |
Selector |
class |
SkLearnTransformer |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Transformer & HasFeatureNamesIn> |
TransformerUtil.encodePMML(E transformer) |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
Transformer.setPMMLName(String pmmlName) |
Transformer |
Composite.toTransformer() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<? extends Transformer> |
Composite.getTransformers() |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalImputer |
class |
DataFrameMapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePCA |
class |
IncrementalPCA |
class |
PCA |
class |
TruncatedSVD |
| Modifier and Type | Class and Description |
|---|---|
class |
DictVectorizer |
| Modifier and Type | Class and Description |
|---|---|
class |
CountVectorizer |
class |
TfidfVectorizer |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectFromModel |
class |
SelectKBest |
class |
SkLearnSelector |
| Modifier and Type | Class and Description |
|---|---|
class |
MissingIndicator |
class |
SimpleImputer |
| Modifier and Type | Method and Description |
|---|---|
static org.jpmml.converter.Feature |
ImputerUtil.encodeFeature(Transformer transformer,
org.jpmml.converter.Feature feature,
Boolean addIndicator,
Object missingValue,
Object replacementValue,
org.dmg.pmml.MissingValueTreatmentMethod missingValueTreatmentMethod,
SkLearnEncoder encoder) |
static org.jpmml.converter.Feature |
ImputerUtil.encodeIndicatorFeature(Transformer transformer,
org.jpmml.converter.Feature feature,
Object missingValue,
SkLearnEncoder encoder) |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureUnion |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Transformer> |
SkLearnPipeline.getTransformers() |
List<? extends Transformer> |
FeatureUnion.getTransformers() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEncoder |
class |
Binarizer |
class |
FunctionTransformer |
class |
Imputer |
class |
KBinsDiscretizer |
class |
LabelBinarizer |
class |
LabelEncoder |
class |
MaxAbsScaler |
class |
MinMaxScaler |
class |
MultiOneHotEncoder |
class |
OneHotEncoder |
class |
OrdinalEncoder |
class |
PolynomialFeatures |
class |
PowerTransformer |
class |
RobustScaler |
class |
Scaler |
class |
StandardScaler |
| Modifier and Type | Method and Description |
|---|---|
static org.jpmml.converter.Feature |
EncoderUtil.encodeIndexFeature(Transformer transformer,
org.jpmml.converter.Feature feature,
List<?> categories,
List<? extends Number> indexCategories,
Number mapMissingTo,
Number defaultValue,
org.dmg.pmml.DataType dataType,
SkLearnEncoder encoder) |
static org.jpmml.converter.Feature |
EncoderUtil.encodeIndexFeature(Transformer transformer,
org.jpmml.converter.Feature feature,
List<?> categories,
Number mapMissingTo,
Number defaultValue,
org.dmg.pmml.DataType dataType,
SkLearnEncoder encoder) |
static org.jpmml.converter.Feature |
EncoderUtil.encodeRegroupFeature(Transformer transformer,
org.jpmml.converter.Feature feature,
List<?> oldCategories,
Object newCategory,
SkLearnEncoder encoder) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectorProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
Memorizer |
class |
Recaller |
| Modifier and Type | Class and Description |
|---|---|
class |
Alias |
class |
CategoricalDomain |
class |
ContinuousDomain |
class |
ContinuousDomainEraser |
class |
DateDomain |
class |
DateTimeDomain |
class |
DiscreteDomain |
class |
DiscreteDomainEraser |
class |
Domain |
class |
DomainEraser |
class |
MultiAlias |
class |
MultiDomain |
class |
OrdinalDomain |
class |
TemporalDomain |
class |
TransformerWrapper |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
TransformerWrapper.getTransformer() |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
SelectFirstRegressor.getController() |
Transformer |
EstimatorChain.getController() |
Transformer |
HasEstimatorSteps.getController() |
Transformer |
SelectFirstClassifier.getController() |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectUnique |
| Modifier and Type | Class and Description |
|---|---|
class |
MLPTransformer |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
PMMLPipeline.getApplyTransformer() |
Transformer |
PMMLPipeline.getPredictProbaTransformer() |
Transformer |
PMMLPipeline.getPredictTransformer() |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessDecisionTransformer |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
BusinessDecisionTransformer.getTransformer() |
| Modifier and Type | Class and Description |
|---|---|
class |
Aggregator |
class |
BSplineTransformer |
class |
CastTransformer |
class |
ConcatTransformer |
class |
CutTransformer |
class |
DataFrameConstructor |
class |
DateTimeFormatter |
class |
DaysSinceYearTransformer |
class |
DurationTransformer |
class |
ExpressionTransformer |
class |
FilterLookupTransformer |
class |
Formatter |
class |
LookupTransformer |
class |
MatchesTransformer |
class |
MultiLookupTransformer |
class |
NumberFormatter |
class |
PatternTransformer |
class |
PMMLLabelBinarizer |
class |
PMMLLabelEncoder |
class |
PowerFunctionTransformer |
class |
ReplaceTransformer |
class |
SecondsSinceMidnightTransformer |
class |
SecondsSinceYearTransformer |
class |
SelectFirstTransformer |
class |
SeriesConstructor |
class |
StringNormalizer |
class |
SubstringTransformer |
class |
WordCountTransformer |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
SelectFirstTransformer.getController() |
| Modifier and Type | Class and Description |
|---|---|
class |
Reshaper |
class |
Slicer |
Copyright © 2024. All rights reserved.