Class FeatureOutputMetadata

Object
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
  • Constructor Details

    • FeatureOutputMetadata

      public FeatureOutputMetadata(LabelHeaders labelHeaders, FeatureNameList featureNamesNonAggregated, FeatureOutputNames outputNames)
      Creates a new FeatureOutputMetadata instance.
      Parameters:
      labelHeaders - Headers for the CSV File.
      featureNamesNonAggregated - Names of each feature in the feature columns, for non-aggregated features.
      outputNames - Names for any outputs produced by LabelledResultsCollector.
  • Method Details