AbstractConversion |
Ancestor for all conversions.
|
AbstractConversionFromString |
Ancestor for conversion schemes that convert strings into other objects.
|
AbstractConversionToString |
Ancestor for conversion schemes that convert objects into strings.
|
AbstractImageToByteArray |
Converts an image into a byte array.
|
AbstractInPlaceSpreadSheetConversion |
Ancestor for spreadsheet conversion that allow working on the incoming data
rather than on a copy (to conserve memory).
|
AbstractMatchWekaInstanceAgainstHeader |
Ancestor for classes that match Instance objects against Instances headers.
|
AbstractMatrixToSpreadSheet |
Ancestor for conversions that turn a matrix of some type into a spreadsheet.
|
AbstractObjectToJson |
Converts the Map into a JSON object.
|
AbstractScriptedConversion |
Abstract ancestor for actors that execute external scripts.
|
AbstractSpreadSheetColumnConverter |
Ancestor for column converter schemes.
|
AbstractSpreadSheetConversion |
Ancestor for conversion schemes that transform one spreadsheet into another
one.
|
AbstractSpreadSheetToMatrix |
Ancestor for conversions that turn a spreadsheet into a matrix of some
data type.
|
AbstractStringConversion |
Ancestor for string conversion schemes.
|
AbstractSwapObject |
Ancestor for classes that swap all occurrences of one object for another.
|
AbstractValidateString |
Ancestor for string conversions that ensure a string only contains valid
characters according to some rules.
|
BufferedImageToOtherFormatConversion |
|
ByteArrayToPrimitiveArray.ByteOrderType |
The byte order type.
|
ByteArrayToPrimitiveArray.PrimitiveType |
The type of primitive array to generate.
|
Conversion |
Interface for conversion schemes.
|
ConversionFromString |
Indicator interface for conversion schemes that turn strings into other
objects.
|
ConversionToString |
Indicator interface for conversion schemes that convert objects to strings.
|
ConversionWithInitialization |
For conversions that require an initialization first.
|
ExtractDateTimeField.DateTimeField |
The field to extract.
|
OtherFormatToBufferedImageConversion |
|
Quote.QuoteType |
The type of quote.
|
SpreadSheetBinarize.BinarizeType |
How to binarize the data.
|
StreamConversion |
Indicator interface for conversion schemes that work on streams instead
of just single objects at a time.
|
WekaPredictionContainerToSpreadSheet.SortContainer |
Helper class for sorting the distribution.
|
WekaPredictionContainerToSpreadSheet.Sorting |
How to sort the distribution.
|