Modifier and Type | Method and Description |
---|---|
void |
SimpleDataset.manipulate(Manipulator... manipulators) |
void |
Dataset.manipulate(Manipulator... manipulators)
Manipulates all the examples in the dataset accordingly to the strategies defined by the given
manipulators . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleExample.manipulate(Manipulator manipulator) |
void |
ExamplePair.manipulate(Manipulator manipulator)
Manipulates this example according to the provided
manipulator . |
abstract void |
Example.manipulate(Manipulator manipulator)
Manipulate this example accordingly to the provided
manipulator |
Modifier and Type | Class and Description |
---|---|
class |
LexicalStructureElementManipulator
This class implements functions to enrich
LexicalStructureElement
s with a vector from the Word Space. |
class |
NormalizationManipolator
This manipulator scales every selected representation to be a unit vector in its
explicit feature space
|
class |
PairSimilarityExtractor
This manipulator manipulates
ExamplePair object extracting some similarity scores between the
left and the right examples of the pair. |
class |
StandardizationManipulator
It standardizes the feature values of a vectorial representation.
|
class |
TreeAddAdditionalInfoFromArray
The class adds to an additional field to a selected number of nodes.
|
class |
TreeNodePruner
A manipulator for performing pruning on a tree.
|
class |
TreePairRelTagger
This manipulator establishes relations between two tree representations.
|
class |
VectorConcatenationManipulator
VectorConcatenationManipulator is an implementations of Manipulator that allows to concatenate vectors
into a new SparseVector representation.
|
class |
WLSubtreeMapper
Explicit feature extraction for the Weisfeiler-Lehman Subtree Kernel for Graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositionalNodeSimilarityDilation
This class implements a specific node similarity that computes the similarity
between compositional nodes, by applying the "dilation" operator.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositionalNodeSimilarityProduct
This class implements a specific node similarity that computes the similarity
between compositional nodes, by applying the "prod" operator, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositionalNodeSimilaritySum
This class implements a specific node similarity that computes the similarity
between compositional nodes, by applying the "sum" operator.
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.