public class ExamplePair extends SimpleExample
Constructor and Description |
---|
ExamplePair(Example left,
Example right) |
Modifier and Type | Method and Description |
---|---|
Example |
getLeftExample()
Returns the left example in the pair
|
Example |
getRightExample()
Returns the right example in the pair
|
Vector |
getZeroVector(String representationIdentifier) |
void |
manipulate(Manipulator manipulator)
Manipulate this example accordingly to the provided
manipulator . |
String |
toString() |
addRepresentation, equals, equalsIgnoreLabels, getNumberOfRepresentations, getRepresentation, getRepresentations, printExample, setRepresentations
addLabel, clone, getClassificationLabels, getId, getLabels, getNumberOfClassificationLabels, getNumberOfRegressionLabels, getRegressionLabels, getRegressionValue, getRegressionValues, getTextualLabelPart, isExampleOf, setClassificationLabels, setLabels, setRegressionValues
public Example getLeftExample()
public Example getRightExample()
public Vector getZeroVector(String representationIdentifier)
getZeroVector
in class SimpleExample
public String toString()
toString
in class SimpleExample
public void manipulate(Manipulator manipulator)
manipulator
. The manipulation strategy is applied
both to the representations stored directly in this ExamplePair than to the ones stored in the left and right
examplesmanipulate
in class SimpleExample
manipulator
- the manipulatorCopyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.