| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
Initializer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
abstract List<org.jpmml.converter.Feature> |
Transformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
Selector.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
abstract List<org.jpmml.converter.Feature> |
Initializer.initializeFeatures(SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
CategoricalImputer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
DataFrameMapper.initializeFeatures(SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
ColumnTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
ColumnTransformer.initializeFeatures(SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
PCA.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
DictVectorizer.initializeFeatures(SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
CountVectorizer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
TfidfVectorizer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
static org.jpmml.converter.Feature |
ImputerUtil.encodeFeature(org.jpmml.converter.Feature feature,
Boolean addIndicator,
Object missingValue,
Object replacementValue,
org.dmg.pmml.MissingValueTreatmentMethod missingValueTreatmentMethod,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
MissingIndicator.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
SimpleImputer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
static org.jpmml.converter.Feature |
ImputerUtil.encodeIndicatorFeature(org.jpmml.converter.Feature feature,
Object missingValue,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
FeatureUnion.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
Pipeline.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
MinMaxScaler.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
RobustScaler.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
StandardScaler.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
OneHotEncoder.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
MaxAbsScaler.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
FunctionTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
OrdinalEncoder.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
LabelBinarizer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
PolynomialFeatures.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
Binarizer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
LabelEncoder.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
static org.jpmml.converter.Feature |
EncoderUtil.encodeIndexFeature(org.jpmml.converter.Feature feature,
List<?> categories,
org.dmg.pmml.DataType dataType,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
Domain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
ContinuousDomain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
CategoricalDomain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
MultiDomain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
Alias.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
TemporalDomain.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
ConcatTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
ExpressionTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
StringNormalizer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
MatchesTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
DurationTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
CutTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
MultiLookupTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
ReplaceTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
Aggregator.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
LookupTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
SubstringTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<org.jpmml.converter.Feature> |
PowerFunctionTransformer.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
H2OFrameCreator.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jpmml.converter.Feature> |
StackingEstimator.encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
Copyright © 2019. All rights reserved.