Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
F
G
L
M
R
S
W
E
ExcelLoader
- Class in
weka.core.converters
Reads a source that is in the Excel spreadsheet format.
For instance, a spreadsheet generated with the Microsoft Office Suite.
ExcelLoader()
- Constructor for class weka.core.converters.
ExcelLoader
ExcelSaver
- Class in
weka.core.converters
Writes to a destination that is in MS Excel spreadsheet format (97-2007).
For instance for spreadsheets that can be read with the Microsoft Office Suite.
ExcelSaver()
- Constructor for class weka.core.converters.
ExcelSaver
Constructor.
F
FILE_DESCRIPTION
- Static variable in class weka.core.converters.
ExcelLoader
the file description.
FILE_EXTENSION
- Static variable in class weka.core.converters.
ExcelLoader
the binary file extension.
FILE_EXTENSION_OOXML
- Static variable in class weka.core.converters.
ExcelLoader
the OOXML file extension.
G
getCapabilities()
- Method in class weka.core.converters.
ExcelSaver
Returns the Capabilities of this saver.
getDataSet()
- Method in class weka.core.converters.
ExcelLoader
Return the full data set.
getFileDescription()
- Method in class weka.core.converters.
ExcelLoader
Returns a description of the file type.
getFileDescription()
- Method in class weka.core.converters.
ExcelSaver
Returns a description of the file type.
getFileExtension()
- Method in class weka.core.converters.
ExcelLoader
Get the file extension used for JSON files.
getFileExtensions()
- Method in class weka.core.converters.
ExcelLoader
Gets all the file extensions used for this type of file.
getFileExtensions()
- Method in class weka.core.converters.
ExcelSaver
Gets all the file extensions used for this type of file.
getMissingValue()
- Method in class weka.core.converters.
ExcelLoader
Returns the current placeholder for missing values.
getMissingValue()
- Method in class weka.core.converters.
ExcelSaver
Returns the current placeholder for missing values.
getNextInstance(Instances)
- Method in class weka.core.converters.
ExcelLoader
JSONLoader is unable to process a data set incrementally.
getOptions()
- Method in class weka.core.converters.
ExcelLoader
returns the options of the current setup.
getOptions()
- Method in class weka.core.converters.
ExcelSaver
Gets the current settings of the Classifier.
getRevision()
- Method in class weka.core.converters.
ExcelLoader
Returns the revision string.
getRevision()
- Method in class weka.core.converters.
ExcelSaver
Returns the revision string.
getSheetIndex()
- Method in class weka.core.converters.
ExcelLoader
Returns the index of the sheet to load.
getStructure()
- Method in class weka.core.converters.
ExcelLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
globalInfo()
- Method in class weka.core.converters.
ExcelLoader
Returns a string describing this Loader.
globalInfo()
- Method in class weka.core.converters.
ExcelSaver
Returns a string describing this Saver.
L
listOptions()
- Method in class weka.core.converters.
ExcelLoader
Returns an enumeration describing the available options.
listOptions()
- Method in class weka.core.converters.
ExcelSaver
Returns an enumeration describing the available options.
M
main(String[])
- Static method in class weka.core.converters.
ExcelLoader
Main method.
main(String[])
- Static method in class weka.core.converters.
ExcelSaver
Main method.
missingValueTipText()
- Method in class weka.core.converters.
ExcelLoader
Returns the tip text for this property.
missingValueTipText()
- Method in class weka.core.converters.
ExcelSaver
Returns the tip text for this property.
R
reset()
- Method in class weka.core.converters.
ExcelLoader
Resets the Loader ready to read a new data set.
resetOptions()
- Method in class weka.core.converters.
ExcelSaver
Resets the Saver.
retrieveURL()
- Method in class weka.core.converters.
ExcelLoader
Return the current url.
retrieveUseOOXML()
- Method in class weka.core.converters.
ExcelSaver
Returns whether to use OOXML or binary format.
S
setFile(File)
- Method in class weka.core.converters.
ExcelSaver
Sets the destination file.
setMissingValue(String)
- Method in class weka.core.converters.
ExcelLoader
Sets the placeholder for missing values.
setMissingValue(String)
- Method in class weka.core.converters.
ExcelSaver
Sets the placeholder for missing values.
setOptions(String[])
- Method in class weka.core.converters.
ExcelLoader
Parses the options for this object.
setOptions(String[])
- Method in class weka.core.converters.
ExcelSaver
Parses a given list of options.
setSheetIndex(String)
- Method in class weka.core.converters.
ExcelLoader
Sets the index of the sheet to load.
setSource(URL)
- Method in class weka.core.converters.
ExcelLoader
Resets the Loader object and sets the source of the data set to be the supplied url.
setSource(InputStream)
- Method in class weka.core.converters.
ExcelLoader
Resets the Loader object and sets the source of the data set to be the supplied InputStream.
setURL(String)
- Method in class weka.core.converters.
ExcelLoader
Set the url to load from.
setUseOOXML(boolean)
- Method in class weka.core.converters.
ExcelSaver
Sets whether to use OOXML or binary format.
sheetIndexTipText()
- Method in class weka.core.converters.
ExcelLoader
Returns the tip text for this property.
W
weka.core.converters
- package weka.core.converters
writeBatch()
- Method in class weka.core.converters.
ExcelSaver
Writes a Batch of instances.
E
F
G
L
M
R
S
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
University of Waikato, Hamilton, NZ
. All Rights Reserved.