Uses of Interface
adams.core.management.LocaleSupporter
-
Packages that use LocaleSupporter Package Description adams.core.management adams.data.conversion adams.data.io.input adams.data.io.output adams.data.spreadsheet adams.ml.data -
-
Uses of LocaleSupporter in adams.core.management
Subinterfaces of LocaleSupporter in adams.core.management Modifier and Type Interface Description interfaceOptionHandlingLocaleSupporterInterface for option handlers that support a user-specified Locale. -
Uses of LocaleSupporter in adams.data.conversion
Classes in adams.data.conversion that implement LocaleSupporter Modifier and Type Class Description classDoubleToStringTurns a Double into a String.classLowerCaseTurns a String into a lowercase String.classStringToDoubleTurns a String into a Double.classUpperCaseTurns a String into an uppercase String. -
Uses of LocaleSupporter in adams.data.io.input
Classes in adams.data.io.input that implement LocaleSupporter Modifier and Type Class Description classAutoWidthTabularSpreadSheetReaderReads simple tabular text files, using column widths as defined by the header row.classCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classFixedTabularSpreadSheetReaderReads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.classSimpleCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classTsvSpreadSheetReaderReads TSV (tab-separated values) files.
It is possible to force columns to be text. -
Uses of LocaleSupporter in adams.data.io.output
Classes in adams.data.io.output that implement LocaleSupporter Modifier and Type Class Description classAbstractFormattedSpreadSheetWriterAncestor for writers that format the numbers.classAutoWidthTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.classCsvSpreadSheetWriterWrites CSV files.classFixedTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.classTsvSpreadSheetWriterWrites TSV (tab-separated values) files,
-
Uses of LocaleSupporter in adams.data.spreadsheet
Subinterfaces of LocaleSupporter in adams.data.spreadsheet Modifier and Type Interface Description interfaceSpreadSheetRepresents a generic spreadsheet object.Classes in adams.data.spreadsheet that implement LocaleSupporter Modifier and Type Class Description classDefaultSpreadSheetRepresents a generic spreadsheet object.classSpreadSheetViewProvides a view of another spreadsheet. -
Uses of LocaleSupporter in adams.ml.data
Subinterfaces of LocaleSupporter in adams.ml.data Modifier and Type Interface Description interfaceDatasetExtendedSpreadSheetclass, providing additional machine learning functionality.Classes in adams.ml.data that implement LocaleSupporter Modifier and Type Class Description classDatasetViewProvides a view of another dataset.classDefaultDatasetExtendedDefaultSpreadSheetclass, providing additional machine learning functionality.classInstancesViewProvides a view of anInstancesobject.
-