Uses of Class
org.anchoranalysis.feature.io.csv.results.LabelledResultsCSVWriter
| Package | Description |
|---|---|
| org.anchoranalysis.feature.io.csv.results |
Writing the results from feature-calculation to a CSV file.
|
-
Uses of LabelledResultsCSVWriter in org.anchoranalysis.feature.io.csv.results
Methods in org.anchoranalysis.feature.io.csv.results that return LabelledResultsCSVWriter Modifier and Type Method Description static LabelledResultsCSVWriterLabelledResultsCSVWriterFactory. create(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding, boolean removeNaNColumns)Creates with appropriate support classes for outputting.