Class LabelHeaders
Object
org.anchoranalysis.feature.io.csv.metadata.LabelHeaders
public class LabelHeaders extends Object
Headers in a CSV file for the non-results (i.e. labels) part of a feature-row
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description LabelHeaders(String[] nonGroupHeaders)Creates with only non-group headersLabelHeaders(String[] nonGroupHeaders, String[] groupHeaders) -
Method Summary
Modifier and Type Method Description String[]allHeaders()The non-group and group headers combined (in this order respectively)String[]getGroupHeaders()Headers describing the non-feature columns outputted in the CSV related to identifying the group of a row
-
Constructor Details
-
LabelHeaders
Creates with only non-group headers- Parameters:
nonGroupHeaders- headers describing the non-feature columns outputted in the CSV related to identifying a row
-
LabelHeaders
-
-
Method Details
-
allHeaders
The non-group and group headers combined (in this order respectively)- Returns:
- the combined headers in a newly created array
-
getGroupHeaders
Headers describing the non-feature columns outputted in the CSV related to identifying the group of a row
-