Package | Description |
---|---|
org.fit.layout.classify | |
org.fit.layout.classify.articles | |
org.fit.layout.classify.gui | |
org.fit.layout.classify.op | |
org.fit.layout.logical |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFeatureExtractor
Implements common routines usable in feature extractors.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualClassifier.classifyTree(Area root,
FeatureExtractor features)
Classifies the areas in an area tree.
|
Constructor and Description |
---|
InstanceExtractor(FeatureExtractor features,
java.lang.String tagType) |
Modifier and Type | Class and Description |
---|---|
class |
ArticleFeatureExtractor
A feature extractor for generic article processing.
|
Modifier and Type | Method and Description |
---|---|
FeatureExtractor |
ClassificationPlugin.getFeatureExtractor() |
Modifier and Type | Method and Description |
---|---|
FeatureExtractor |
VisualClassificationOperator.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
VisualClassificationOperator.setFeatures(FeatureExtractor features) |
Modifier and Type | Class and Description |
---|---|
class |
VisualFeatureExtractor
The feature extractor used for computing the markedness.
|