Package | Description |
---|---|
com.pervasive.datarush.matching |
Provides operators for performing discovering duplicates or links between
records.
|
Modifier and Type | Method and Description |
---|---|
ClassifierType |
Classifier.getType()
Get the classifier type.
|
static ClassifierType |
ClassifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassifierType[] |
ClassifierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.addClassifier(ClassifierType type,
String[] fieldNames)
Add a classifier to this phase using the default output field name.
|
void |
Phase.addClassifier(ClassifierType type,
String[] fieldNames,
Map<String,Object> properties)
Add a classifier to this phase.
|
void |
Phase.addClassifier(ClassifierType type,
String[] fieldNames,
String outputFieldName)
Add a classifier to this phase.
|
void |
Phase.addClassifier(ClassifierType type,
String[] fieldNames,
String outputFieldName,
Map<String,Object> properties)
Add a classifier to this phase.
|
void |
Phase.addClassifier(ClassifierType type,
String[] fieldNames,
String propertyName,
Object propertyValue)
Add a classifier to this phase.
|
void |
Phase.addClassifier(ClassifierType type,
String[] fieldNames,
String outputFieldName,
String propertyName,
Object propertyValue)
Add a classifier to this phase.
|
void |
Classifier.setType(ClassifierType type)
Set the classifier type.
|
Constructor and Description |
---|
Classifier(ClassifierType type,
String[] fieldNames,
String outputFieldName)
Construct a classifier without any specific properties.
|
Classifier(ClassifierType type,
String[] fieldNames,
String outputFieldName,
Map<String,Object> properties)
Construct a classifier with properties specific to the classifier type.
|
Copyright © 2019 Actian Corporation. All rights reserved.