Class FeatureTableCSVGenerator<T>

Object
SingleFileTypeGenerator<T,T>
OneStageGenerator<T>
CSVGenerator<T>
FeatureTableCSVGenerator<T>
Type Parameters:
T - type of object that describes all rows of feature calculations.
All Implemented Interfaces:
Generator<T>, TransformingGenerator<T,T>, ElementWriter<T>

public abstract class FeatureTableCSVGenerator<T> extends CSVGenerator<T>
Base class for a Generator that outputs a feature-table in CSV format.
Author:
Owen Feehan