Class LabelledResultsVectorWithThumbnail

Object
org.anchoranalysis.plugin.image.task.feature.LabelledResultsVectorWithThumbnail

public final class LabelledResultsVectorWithThumbnail
extends Object
Like a ResultsVectorWithThumbnail but additionally contains labels to describe the calculated results.
Author:
Owen Feehan
  • Constructor Details

  • Method Details

    • withoutThumbnail

      public org.anchoranalysis.feature.io.results.LabelledResultsVector withoutThumbnail() throws org.anchoranalysis.core.exception.OperationFailedException
      Exposes as a LabelledResultsVector without a thumbnail.
      Returns:
      a newly created LabelledResultsVector derived from the current object.
      Throws:
      org.anchoranalysis.core.exception.OperationFailedException - if the results vector cannot be retrieved.
    • getLabels

      public org.anchoranalysis.feature.io.csv.metadata.RowLabels getLabels()
      The labels describing the results.
    • getResults

      public ResultsVectorWithThumbnail getResults()
      The results vector with an optional thumbnail.
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object