Uses of Class
adams.data.conversion.WekaPredictionContainerToSpreadSheet.Sorting
-
Packages that use WekaPredictionContainerToSpreadSheet.Sorting Package Description adams.data.conversion -
-
Uses of WekaPredictionContainerToSpreadSheet.Sorting in adams.data.conversion
Fields in adams.data.conversion declared as WekaPredictionContainerToSpreadSheet.Sorting Modifier and Type Field Description protected WekaPredictionContainerToSpreadSheet.Sorting
WekaPredictionContainerToSpreadSheet. m_DistributionSorting
the type of sorting to apply to the distribution array (if applicable).Methods in adams.data.conversion that return WekaPredictionContainerToSpreadSheet.Sorting Modifier and Type Method Description WekaPredictionContainerToSpreadSheet.Sorting
WekaPredictionContainerToSpreadSheet. getDistributionSorting()
Returns the format for the 'Name' column for the numeric classification.static WekaPredictionContainerToSpreadSheet.Sorting
WekaPredictionContainerToSpreadSheet.Sorting. valueOf(String name)
Returns the enum constant of this type with the specified name.static WekaPredictionContainerToSpreadSheet.Sorting[]
WekaPredictionContainerToSpreadSheet.Sorting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.conversion with parameters of type WekaPredictionContainerToSpreadSheet.Sorting Modifier and Type Method Description void
WekaPredictionContainerToSpreadSheet. setDistributionSorting(WekaPredictionContainerToSpreadSheet.Sorting value)
Sets the sorting for the distribution array.
-