Class FeatureTableCSVGeneratorFactory
Object
FeatureTableCSVGeneratorFactory
Creates a
FeatureTableCSVGenerator
.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(FeatureNameList featureNames, boolean horizontal) Creates either aFeatureTableCSVGenerator
in either horizontal or vertical style.
-
Method Details
-
create
public static FeatureTableCSVGenerator<ResultsVectorList> create(FeatureNameList featureNames, boolean horizontal) Creates either aFeatureTableCSVGenerator
in either horizontal or vertical style.- Parameters:
featureNames
- names-of-features that will appear in results.horizontal
- if true, horizontal style is used (an entity's results form a row), otherwise vertical style (an entity's results form a column).- Returns:
- a newly created
FeatureTableCSVGenerator
in the above selected style.
-