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 interface
OptionHandlingLocaleSupporter
Interface 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 class
DoubleToString
Turns a Double into a String.class
LowerCase
Turns a String into a lowercase String.class
StringToDouble
Turns a String into a Double.class
UpperCase
Turns 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 class
AutoWidthTabularSpreadSheetReader
Reads simple tabular text files, using column widths as defined by the header row.class
CsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
FixedTabularSpreadSheetReader
Reads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.class
SimpleCsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
TsvSpreadSheetReader
Reads 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 class
AbstractFormattedSpreadSheetWriter
Ancestor for writers that format the numbers.class
AutoWidthTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.class
CsvSpreadSheetWriter
Writes CSV files.class
FixedTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.class
TsvSpreadSheetWriter
Writes TSV (tab-separated values) files,
-
Uses of LocaleSupporter in adams.data.spreadsheet
Subinterfaces of LocaleSupporter in adams.data.spreadsheet Modifier and Type Interface Description interface
SpreadSheet
Represents a generic spreadsheet object.Classes in adams.data.spreadsheet that implement LocaleSupporter Modifier and Type Class Description class
DefaultSpreadSheet
Represents a generic spreadsheet object.class
SpreadSheetView
Provides a view of another spreadsheet. -
Uses of LocaleSupporter in adams.ml.data
Subinterfaces of LocaleSupporter in adams.ml.data Modifier and Type Interface Description interface
Dataset
ExtendedSpreadSheet
class, providing additional machine learning functionality.Classes in adams.ml.data that implement LocaleSupporter Modifier and Type Class Description class
DatasetView
Provides a view of another dataset.class
DefaultDataset
ExtendedDefaultSpreadSheet
class, providing additional machine learning functionality.class
InstancesView
Provides a view of anInstances
object.
-