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, setRepresentationsaddLabel, clone, getClassificationLabels, getId, getLabels, getNumberOfClassificationLabels, getNumberOfRegressionLabels, getRegressionLabels, getRegressionValue, getRegressionValues, getTextualLabelPart, isExampleOf, setClassificationLabels, setLabels, setRegressionValuespublic Example getLeftExample()
public Example getRightExample()
public Vector getZeroVector(String representationIdentifier)
getZeroVector in class SimpleExamplepublic String toString()
toString in class SimpleExamplepublic 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 SimpleExamplemanipulator - the manipulatorCopyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.