Class FeatureOutputMetadata

Object
org.anchoranalysis.feature.io.results.FeatureOutputMetadata

public class FeatureOutputMetadata
extends Object
Information needed for the outputting differnt types of feature-table CSV files.

e.g. headers, the output-name etc.

Two types of CSV files may be written:

  • non-aggregated (using the features directly on the underlying entities)
  • aggregated (aggregating the results from the above)
Author:
Owen Feehan