| Modifier and Type | Method and Description |
|---|---|
void |
SkLearnEncoder.updateFeatures(java.util.List<org.jpmml.converter.Feature> features,
Transformer transformer) |
| Modifier and Type | Class and Description |
|---|---|
class |
Initializer |
class |
Selector |
| Modifier and Type | Method and Description |
|---|---|
static Transformer |
TransformerUtil.asTransformer(java.lang.Object object) |
static Transformer |
TransformerUtil.getHead(java.util.List<Transformer> transformers) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Transformer> |
TransformerUtil.asTransformerList(java.util.List<?> objects) |
| Modifier and Type | Method and Description |
|---|---|
static Transformer |
TransformerUtil.getHead(java.util.List<Transformer> transformers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalImputer |
class |
DataFrameMapper |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalPCA |
class |
PCA |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureUnion |
class |
Pipeline |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Transformer> |
Pipeline.getTransformers() |
java.util.List<Transformer> |
FeatureUnion.getTransformers() |
| Modifier and Type | Class and Description |
|---|---|
class |
Binarizer |
class |
FunctionTransformer |
class |
Imputer |
class |
LabelBinarizer |
class |
LabelEncoder |
class |
MaxAbsScaler |
class |
MinMaxScaler |
class |
OneHotEncoder |
class |
PolynomialFeatures |
class |
RobustScaler |
class |
StandardScaler |
| Modifier and Type | Class and Description |
|---|---|
class |
PMMLPipeline |
class |
SelectorProxy |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Transformer> |
PMMLPipeline.getTransformers() |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalDomain |
class |
ContinuousDomain |
class |
Domain |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionTransformer |
class |
LookupTransformer |
class |
PMMLLabelBinarizer |
class |
PMMLLabelEncoder |
| Modifier and Type | Class and Description |
|---|---|
class |
StackingEstimator |
Copyright © 2017. All Rights Reserved.