Package adams.data.conversion

Class Summary
AbstractMatchWekaInstanceAgainstHeader Ancestor for classes that match Instance objects against Instances headers.
AdamsInstanceToWekaInstance Converts adams.data.instance.Instance objects into weka.core.Instance ones.
MatchWekaInstanceAgainstFileHeader Matches an Instance against a dataset header loaded from a file, i.e., it automatically converts STRING attributes into NOMINAL ones and vice versa.
The file can be any format that WEKA recognizes.
MatchWekaInstanceAgainstStorageHeader Matches an Instance against a dataset header from storage, i.e., it automatically converts STRING attributes into NOMINAL ones and vice versa.
ReportToWekaInstance Converts a report into a weka.core.Instance objects.
SpreadSheetToWekaInstances Generates a weke.core.Instances object from a SpreadSheet object.
WekaInstancesToSpreadSheet Generates a spreadsheet from a weka.core.Instances object.
WekaInstanceToAdamsInstance Converts weka.core.Instance objects into adams.data.instance.Instance ones.
WekaPredictionContainerToSpreadSheet Turns a WEKA prediction container into a SpreadSheet object.
WekaPredictionContainerToSpreadSheet.SortContainer Helper class for sorting the distribution.
 

Enum Summary
WekaPredictionContainerToSpreadSheet.Sorting How to sort the distribution.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.