Uses of Class
org.anchoranalysis.feature.io.results.LabelledResultsVector
| Package | Description |
|---|---|
| org.anchoranalysis.feature.io.csv |
Metadata for writing feature calculation-results in CSV format.
|
| org.anchoranalysis.feature.io.csv.results |
Writing the results from feature-calculation to a CSV file.
|
| org.anchoranalysis.feature.io.results |
Writes feature-calculation results in different formats, also grouped results.
|
| org.anchoranalysis.feature.io.results.group |
Various different outputs that can be written for the a grouped version of the results in
LabelledResultsCollector. |
-
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.csv
Methods in org.anchoranalysis.feature.io.csv with parameters of type LabelledResultsVector Modifier and Type Method Description voidFeatureCSVWriter. addRow(LabelledResultsVector results)Directly adds a row of feature-values. -
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.csv.results
Methods in org.anchoranalysis.feature.io.csv.results with parameters of type LabelledResultsVector Modifier and Type Method Description abstract voidLabelledResultsCSVWriter. add(LabelledResultsVector results)Adds a results-element to be written.protected voidLabelledResultsCSVWriter. maybeConsumeResults(LabelledResultsVector results)Consumes theLabelledResultsVectorifconsumeAfterAddingis present.Method parameters in org.anchoranalysis.feature.io.csv.results with type arguments of type LabelledResultsVector 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.Constructor parameters in org.anchoranalysis.feature.io.csv.results with type arguments of type LabelledResultsVector Constructor Description LabelledResultsCSVWriter(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding) -
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results with parameters of type LabelledResultsVector Modifier and Type Method Description voidLabelledResultsCollector. add(LabelledResultsVector results)Adds a results-element to be written. -
Uses of LabelledResultsVector in org.anchoranalysis.feature.io.results.group
Methods in org.anchoranalysis.feature.io.results.group with parameters of type LabelledResultsVector Modifier and Type Method Description voidGroupedResults. addResultsFor(LabelledResultsVector results)Adds a result to the group-writer, but doesn't write yet.