A B C D E F G I J K L M N O P Q R S T U V W X

A

AbstractWekaBeanConfigurator - Class in it.eng.spagobi.engines.weka.configurators
 
AbstractWekaBeanConfigurator() - Constructor for class it.eng.spagobi.engines.weka.configurators.AbstractWekaBeanConfigurator
 
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Filter
Accept a data set
acceptDataSet(DataSetEvent) - Method in class weka.gui.beans.Saver
Method reacts to a dataset event and starts the writing process in batch mode.
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Filter
Accept an instance for processing by StreamableFilters only
acceptInstance(InstanceEvent) - Method in class weka.gui.beans.Saver
Methods reacts to instance events and saves instances incrementally.
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Filter
Accept a test set
acceptTestSet(TestSetEvent) - Method in class weka.gui.beans.Saver
Method reacts to a test set event and starts the writing process in batch mode.
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Filter
Accept a training set
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Saver
Method reacts to a training set event and starts the writing process in batch mode.
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Filter
Add a data source listener
addDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Loader
Add a listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.Filter
Add an instance listener
addInstanceListener(InstanceListener) - Method in class weka.gui.beans.Loader
Add an instance listener
addTestSetListener(TestSetListener) - Method in class weka.gui.beans.Filter
Add a test set listener
addTrainingSetListener(TrainingSetListener) - Method in class weka.gui.beans.Filter
Add a training set listener
appearanceDesign() - Method in class weka.gui.beans.Loader
 
appearanceFinal() - Method in class weka.gui.beans.Loader
 
arrayToString(Object[]) - Static method in class weka.core.converters.DatabaseConnection
Converts an array of objects to a string by inserting a space between each element.
arrayToString(Object) - Static method in class weka.core.Utils
Returns the given Array in a string representation.
autoKeyGenerationTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text for this property.

B

backQuoteChars(String) - Static method in class weka.core.Utils
Converts carriage returns and new lines in a string into \r and \n.
beanContextSupport - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
beans - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
BOOL - Static variable in class weka.core.converters.DatabaseConnection
 
BOOL - Static variable in class weka.core.converters.DatabaseLoader
 
BYTE - Static variable in class weka.core.converters.DatabaseConnection
 
BYTE - Static variable in class weka.core.converters.DatabaseLoader
 

C

cancel() - Method in class weka.core.converters.DatabaseSaver
Cancels the incremental saving process and tries to drop the table if the write mode is CANCEL.
checkForRemainingOptions(String[]) - Static method in class weka.core.Utils
Checks if the given array contains any non-empty options.
CLUSTERER - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
CLUSTERNUM - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
compareTo(Object) - Method in class weka.core.Version
checks the version of this class against the given version-string.
CONNECTION - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
connection - Variable in class weka.core.converters.DatabaseConnection
The database connection
connectionAllowed(String) - Method in class weka.gui.beans.Filter
Returns true if, at this time, the object will accept a connection with respect to the supplied event name
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Filter
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor
connectionAllowed(EventSetDescriptor) - Method in class weka.gui.beans.Loader
Returns true if, at this time, the object will accept a connection via the supplied EventSetDescriptor.
connectionAllowed(String) - Method in class weka.gui.beans.Loader
Returns true if, at this time, the object will accept a connection via the named event
connectionNotification(String, Object) - Method in class weka.gui.beans.Filter
Notify this object that it has been registered as a listener with a source with respect to the supplied event name
connectionNotification(String, Object) - Method in class weka.gui.beans.Loader
Notify this object that it has been registered as a listener with a source for receiving events described by the named event This object is responsible for recording this fact.
connections - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
connectToDatabase() - Method in class weka.core.converters.DatabaseConnection
Opens a connection to the database.
connectToDatabase() - Method in class weka.core.converters.DatabaseLoader
Opens a connection to the database.
connectToDatabase() - Method in class weka.core.converters.DatabaseSaver
Opens a connection to the database.
convertNewLines(String) - Static method in class weka.core.Utils
Converts carriage returns and new lines in a string into \r and \n.
correlation(double[], double[], int) - Static method in class weka.core.Utils
Returns the correlation coefficient of two double vectors.
CR_MANAGER_URL - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
createInstance(String, Map) - Static method in class it.eng.spagobi.engines.weka.WekaEngine
Creates the instance.

D

DatabaseConnection - Class in weka.core.converters
Connects to a database.
DatabaseConnection() - Constructor for class weka.core.converters.DatabaseConnection
Sets up the database drivers.
DatabaseLoader - Class in weka.core.converters
Reads from a database.
DatabaseLoader() - Constructor for class weka.core.converters.DatabaseLoader
Constructor.
DatabaseSaver - Class in weka.core.converters
Writes to a database (tested with MySQL, InstantDB, HSQLDB).
DatabaseSaver() - Constructor for class weka.core.converters.DatabaseSaver
Constructor.
databaseURLTipText() - Method in class weka.core.converters.DatabaseConnection
Returns the tip text for this property.
DATE - Static variable in class weka.core.converters.DatabaseConnection
 
DATE - Static variable in class weka.core.converters.DatabaseLoader
 
dbPassword - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
dbUrl - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
dbUser - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
dbWriteMode - Variable in class weka.core.converters.DatabaseSaver
reads the property file
DELETE_INSERT - Static variable in class weka.core.converters.DatabaseSaver
 
disconnectFromDatabase() - Method in class weka.core.converters.DatabaseConnection
Closes the connection to the database.
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Filter
Notify this object that it has been deregistered as a listener with a source with respect to the supplied event name
disconnectionNotification(String, Object) - Method in class weka.gui.beans.Loader
Notify this object that it has been deregistered as a listener with a source for named event.
doService(EngineStartServletIOManager) - Method in class it.eng.spagobi.engines.weka.WekaServlet
 
DOUBLE - Static variable in class weka.core.converters.DatabaseConnection
 
DOUBLE - Static variable in class weka.core.converters.DatabaseLoader
 
doubleToString(double, int) - Static method in class weka.core.Utils
Rounds a double and converts it into String.
doubleToString(double, int, int) - Static method in class weka.core.Utils
Rounds a double and converts it into a formatted decimal-justified String.
DRIVERS - Static variable in class weka.core.converters.DatabaseConnection
Holds the jdbc drivers to be used (only to stop them being gc'ed)
DROP_INSERT - Static variable in class weka.core.converters.DatabaseSaver
 

E

enumerateRequests() - Method in class weka.gui.beans.Filter
Return an enumeration of user requests
enumerateRequests() - Method in class weka.gui.beans.Loader
Get a list of user requests
eq(double, double) - Static method in class weka.core.Utils
Tests if a is equal to b.
equals(Object) - Method in class weka.core.Version
whether the given version string is equal to this version.
eventGeneratable(String) - Method in class weka.gui.beans.Filter
Returns true, if at the current time, the named event could be generated.
eventGeneratable(String) - Method in class weka.gui.beans.Loader
Returns true if the named event can be generated at this time
execute(String) - Method in class weka.core.converters.DatabaseConnection
Executes a SQL query.
EXECUTING - Static variable in class weka.gui.beans.Saver
 

F

fastExecute(String) - Method in class weka.core.converters.DatabaseConnection
Fast execute.
fill(File, File, Map) - Static method in class it.eng.spagobi.engines.weka.ParametersFiller
 
fill(Reader, Writer, Map) - Static method in class it.eng.spagobi.engines.weka.ParametersFiller
 
Filter - Class in weka.gui.beans
 
Filter() - Constructor for class weka.gui.beans.Filter
 
FilterConfigurator - Class in it.eng.spagobi.engines.weka.configurators
 
FilterConfigurator() - Constructor for class it.eng.spagobi.engines.weka.configurators.FilterConfigurator
 
FLOAT - Static variable in class weka.core.converters.DatabaseConnection
 
FLOAT - Static variable in class weka.core.converters.DatabaseLoader
 
forName(Class, String, String[]) - Static method in class weka.core.Utils
Creates a new instance of an object given it's class name and (optional) arguments to pass to it's setOptions method.

G

getArrayClass(Class) - Static method in class weka.core.Utils
Returns the basic class of an array class (handles multi-dimensional arrays).
getArrayDimensions(Class) - Static method in class weka.core.Utils
Returns the dimensions of the given array.
getArrayDimensions(Object) - Static method in class weka.core.Utils
Returns the dimensions of the given array.
getAuditServiceProxy() - Method in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
getAutoKeyGeneration() - Method in class weka.core.converters.DatabaseSaver
Gets whether or not a primary key will be generated automatically.
getCapabilities() - Method in class weka.core.converters.DatabaseSaver
Returns the Capabilities of this saver.
getCustomName() - Method in class weka.gui.beans.Filter
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Loader
Get the custom (descriptive) name for this bean (if one has been set)
getCustomName() - Method in class weka.gui.beans.Saver
Get the custom (descriptive) name for this bean (if one has been set)
getDatabaseURL() - Method in class weka.core.converters.DatabaseConnection
Get the value of DatabaseURL.
getDataSet() - Method in class weka.core.converters.DatabaseLoader
Return the full data set in batch mode (header and all intances at once).
getDataSource() - Method in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
getDbPassword() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getDbUrl() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getDbUser() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getEnv() - Method in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
getEventServiceProxy() - Method in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
getFilter() - Method in class weka.gui.beans.Filter
 
getFlag(char, String[]) - Static method in class weka.core.Utils
Checks if the given array contains the flag "-Char".
getFlag(String, String[]) - Static method in class weka.core.Utils
Checks if the given array contains the flag "-String".
getInConnection() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getKeyColumnNames() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getKeyColumnNames() - Method in class weka.core.converters.DatabaseSaver
Gets the key column names.
getKeys() - Method in class weka.core.converters.DatabaseLoader
Gets the key columns' name.
getLoader() - Method in class weka.gui.beans.Loader
Get the loader
getLoaders() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getLoderDesc(Loader) - Static method in class it.eng.spagobi.engines.weka.Utils
 
getLoderDesc(Vector) - Static method in class it.eng.spagobi.engines.weka.Utils
 
getMetaData() - Method in class weka.core.converters.DatabaseConnection
Gets meta data for the database connection object.
getNextInstance(Instances) - Method in class weka.core.converters.DatabaseLoader
Read the data set incrementally---get the next instance in the data set or returns null if there are no more instances to get.
getOption(char, String[]) - Static method in class weka.core.Utils
Gets an option indicated by a flag "-Char" from the given array of strings.
getOption(String, String[]) - Static method in class weka.core.Utils
Gets an option indicated by a flag "-String" from the given array of strings.
getOptions() - Method in class weka.core.converters.DatabaseLoader
Gets the setting.
getOptions() - Method in class weka.core.converters.DatabaseSaver
Gets the setting.
getOutConnection() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getPassword() - Method in class weka.core.converters.DatabaseConnection
Get the database password.
getPassword() - Method in class weka.core.converters.DatabaseLoader
Returns the database password
getPassword() - Method in class weka.core.converters.DatabaseSaver
Returns the database password.
getQuery() - Method in class weka.core.converters.DatabaseLoader
Gets the query to execute against the database.
getRelationForTableName() - Method in class weka.core.converters.DatabaseSaver
Gets whether or not the relation name is used as name of the table.
getResultSet() - Method in class weka.core.converters.DatabaseConnection
Gets the results generated by a previous query.
getRevision() - Method in class weka.core.converters.DatabaseLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.DatabaseSaver
Returns the revision string.
getSaver() - Method in class weka.gui.beans.Saver
Get the saver.
getSaverDesc(Saver) - Static method in class it.eng.spagobi.engines.weka.Utils
 
getSaverDesc(Vector) - Static method in class it.eng.spagobi.engines.weka.Utils
 
getSavers() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getStructure() - Method in class weka.core.converters.DatabaseLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getTableName() - Method in class weka.core.converters.DatabaseSaver
Gets the table's name.
getUpdateCount() - Method in class weka.core.converters.DatabaseConnection
Dewtermines if the current query retrieves a result set or updates a table.
getUpperCase() - Method in class weka.core.converters.DatabaseConnection
Check if the property checkUpperCaseNames in the DatabaseUtils file is set to true or false.
getUrl() - Method in class weka.core.converters.DatabaseLoader
Gets the URL.
getUrl() - Method in class weka.core.converters.DatabaseSaver
Gets the database URL.
getUser() - Method in class weka.core.converters.DatabaseLoader
Gets the user name.
getUser() - Method in class weka.core.converters.DatabaseSaver
Gets the database user.
getUsername() - Method in class weka.core.converters.DatabaseConnection
Get the database username.
getVersion() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getVersion() - Method in class weka.core.converters.DatabaseSaver
Gets the version.
getVersionColumnName() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
getVersionColumnName() - Method in class weka.core.converters.DatabaseSaver
Gets the version column name.
getVisual() - Method in class weka.gui.beans.Filter
Get the visual appearance of this bean
getWrappedAlgorithm() - Method in class weka.gui.beans.Filter
Get the filter wrapped by this bean
getWrappedAlgorithm() - Method in class weka.gui.beans.Loader
Get the loader
getWrappedAlgorithm() - Method in class weka.gui.beans.Saver
Get the saver.
getWriteMode() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
globalInfo() - Method in class weka.core.converters.DatabaseLoader
Returns a string describing this Loader.
globalInfo() - Method in class weka.core.converters.DatabaseSaver
Returns a string describing this Saver.
globalInfo() - Method in class weka.gui.beans.Filter
Global info (if it exists) for the wrapped filter
globalInfo() - Method in class weka.gui.beans.Loader
Global info (if it exists) for the wrapped loader
globalInfo() - Method in class weka.gui.beans.Saver
Global info (if it exists) for the wrapped loader.
gr(double, double) - Static method in class weka.core.Utils
Tests if a is greater than b.
grOrEq(double, double) - Static method in class weka.core.Utils
Tests if a is greater or equal to b.

I

inConnection - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
info(int[]) - Static method in class weka.core.Utils
Computes entropy for an array of integers.
INITIALIZED - Static variable in class weka.gui.beans.Saver
 
INPUT_CONNECTION - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
INSERT - Static variable in class weka.core.converters.DatabaseSaver
 
INTEGER - Static variable in class weka.core.converters.DatabaseConnection
 
INTEGER - Static variable in class weka.core.converters.DatabaseLoader
 
isBusy() - Method in class weka.gui.beans.Filter
Returns true if.
isBusy() - Method in class weka.gui.beans.Loader
Returns true if.
isBusy() - Method in class weka.gui.beans.Saver
Returns true if.
isConnected() - Method in class weka.core.converters.DatabaseConnection
Returns true if a database connection is active.
isConnectionMenagedByExternalPool() - Method in class weka.core.converters.DatabaseConnection
Checks if is connection menaged by external pool.
isKeyColumnName(String) - Method in class weka.core.converters.DatabaseSaver
Checks if is key column name.
isNewer(Object) - Method in class weka.core.Version
checks whether this version is newer than the one from the given version string.
isOlder(Object) - Method in class weka.core.Version
checks whether this version is older than the one from the given version string.
isTableEmpty(String) - Method in class weka.core.converters.DatabaseConnection
Checks that a given table is empty.
isVersioning() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
isVersioning() - Method in class weka.core.converters.DatabaseSaver
Checks if is versioning.
it.eng.spagobi.engines.weka - package it.eng.spagobi.engines.weka
 
it.eng.spagobi.engines.weka.configurators - package it.eng.spagobi.engines.weka.configurators
 

J

joinOptions(String[]) - Static method in class weka.core.Utils
Joins all the options in an option array into a single string, as might be used on the command line.

K

keyColumnNames - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
keyColumnNames - Variable in class weka.core.converters.DatabaseSaver
 
KEYS - Static variable in class it.eng.spagobi.engines.weka.Test
 
KEYS - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
keysTipText() - Method in class weka.core.converters.DatabaseLoader
the tip text for this property.
kthSmallestValue(int[], int) - Static method in class weka.core.Utils
Returns the kth-smallest value in the array.
kthSmallestValue(double[], int) - Static method in class weka.core.Utils
Returns the kth-smallest value in the array.

L

listOptions() - Method in class weka.core.converters.DatabaseLoader
Lists the available options.
listOptions() - Method in class weka.core.converters.DatabaseSaver
Lists the available options.
Loader - Class in weka.gui.beans
Loads data sets using weka.core.converter classes WARNING: This class was taken from the weka_src.jar and modified in order to put some more logs
Loader() - Constructor for class weka.gui.beans.Loader
 
loaders - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
loadKFTemplate(File) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
log2 - Static variable in class weka.core.Utils
The natural logarithm of 2.
log2(double) - Static method in class weka.core.Utils
Returns the logarithm of a for base 2.
logger - Static variable in class it.eng.spagobi.engines.weka.WekaEngine
Logger component.
logs2probs(double[]) - Static method in class weka.core.Utils
Converts an array containing the natural logarithms of probabilities stored in a vector back into probabilities.
LONG - Static variable in class weka.core.converters.DatabaseConnection
 
LONG - Static variable in class weka.core.converters.DatabaseLoader
 

M

m_checkForUpperCaseNames - Variable in class weka.core.converters.DatabaseConnection
 
m_createIndex - Variable in class weka.core.converters.DatabaseConnection
 
m_DatabaseURL - Variable in class weka.core.converters.DatabaseConnection
Database URL
m_Debug - Variable in class weka.core.converters.DatabaseConnection
True if debugging output should be printed
m_env - Variable in class weka.gui.beans.Loader
The environment variables.
m_filterThread - Variable in class weka.gui.beans.Filter
 
m_globalInfo - Variable in class weka.gui.beans.Filter
Global info for the wrapped filter (if it exists).
m_globalInfo - Variable in class weka.gui.beans.Loader
Global info for the wrapped loader (if it exists).
m_globalInfo - Variable in class weka.gui.beans.Saver
Global info for the wrapped loader (if it exists).
m_password - Variable in class weka.core.converters.DatabaseConnection
Database Password
m_PreparedStatement - Variable in class weka.core.converters.DatabaseConnection
The prepared statement used for database queries.
m_setAutoCommit - Variable in class weka.core.converters.DatabaseConnection
 
m_stopped - Variable in class weka.gui.beans.Loader
Asked to stop?
m_structure - Variable in class weka.core.converters.DatabaseLoader
The header information that is retrieved in the beginning of incremental loading
m_userName - Variable in class weka.core.converters.DatabaseConnection
Database username
m_visual - Variable in class weka.gui.beans.Filter
 
main(String[]) - Static method in class it.eng.spagobi.engines.weka.Test
 
main(String[]) - Static method in class weka.core.converters.DatabaseLoader
Main method.
main(String[]) - Static method in class weka.core.converters.DatabaseSaver
Main method.
main(String[]) - Static method in class weka.core.Utils
Main method for testing this class.
main(String[]) - Static method in class weka.core.Version
only for testing.
main(String[]) - Static method in class weka.gui.beans.Loader
 
main(String[]) - Static method in class weka.gui.beans.Saver
The main method for testing.
MAJOR - Static variable in class weka.core.Version
the major version
maxIndex(double[]) - Static method in class weka.core.Utils
Returns index of maximum element in a given array of doubles.
maxIndex(int[]) - Static method in class weka.core.Utils
Returns index of maximum element in a given array of integers.
mean(double[]) - Static method in class weka.core.Utils
Computes the mean for an array of doubles.
minIndex(int[]) - Static method in class weka.core.Utils
Returns index of minimum element in a given array of integers.
minIndex(double[]) - Static method in class weka.core.Utils
Returns index of minimum element in a given array of doubles.
MINOR - Static variable in class weka.core.Version
the minor version

N

newFileSelected() - Method in class weka.gui.beans.Loader
 
normalize(double[]) - Static method in class weka.core.Utils
Normalizes the doubles in the array by their sum.
normalize(double[], double) - Static method in class weka.core.Utils
Normalizes the doubles in the array using the given value.
notifyDataSetLoaded(DataSetEvent) - Method in class weka.gui.beans.Loader
Notify all Data source listeners that a data set has been loaded
notifyInstanceListeners(InstanceEvent) - Method in class weka.gui.beans.Filter
 
notifyInstanceLoaded(InstanceEvent) - Method in class weka.gui.beans.Loader
Notify all instance listeners that a new instance is available
notifyStructureAvailable(Instances) - Method in class weka.gui.beans.Loader
Notify all listeners that the structure of a data set is available.

O

outConnection - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
OUTPUT_CONNECTION - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 

P

padLeft(String, int) - Static method in class weka.core.Utils
Pads a string to a specified length, inserting spaces on the left as required.
padRight(String, int) - Static method in class weka.core.Utils
Pads a string to a specified length, inserting spaces on the right as required.
ParametersFiller - Class in it.eng.spagobi.engines.weka
 
ParametersFiller() - Constructor for class it.eng.spagobi.engines.weka.ParametersFiller
 
partitionOptions(String[]) - Static method in class weka.core.Utils
Returns the secondary set of options (if any) contained in the supplied options array.
passwordTipText() - Method in class weka.core.converters.DatabaseLoader
the tip text for this property.
passwordTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text for this property.
performRequest(String) - Method in class weka.gui.beans.Filter
Perform the named request
performRequest(String) - Method in class weka.gui.beans.Loader
Perform the named request
probRound(double, Random) - Static method in class weka.core.Utils
Rounds a double to the next nearest integer value in a probabilistic fashion (e.g.
PROPERTIES - Static variable in class weka.core.converters.DatabaseConnection
Properties associated with the database connection
PROPERTIES - Static variable in class weka.core.converters.DatabaseLoader
Properties associated with the database connection
PROPERTIES - Static variable in class weka.core.converters.DatabaseSaver
Properties associated with the database connection.
PROPERTY_FILE - Static variable in class weka.core.converters.DatabaseConnection
The name of the properties file
PROPERTY_FILE - Static variable in class weka.core.converters.DatabaseLoader
The property file for the database connection
PROPERTY_FILE - Static variable in class weka.core.converters.DatabaseSaver
The property file for the database connection.

Q

queryTipText() - Method in class weka.core.converters.DatabaseLoader
the tip text for this property.
quote(String) - Static method in class weka.core.Utils
Quotes a string if it contains special characters.

R

readProperties(String) - Static method in class weka.core.Utils
Reads properties that inherit from three locations.
relationForTableNameTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text fo this property.
removeDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Filter
Remove a data source listener
removeDataSourceListener(DataSourceListener) - Method in class weka.gui.beans.Loader
Remove a listener
removeInstanceListener(InstanceListener) - Method in class weka.gui.beans.Filter
Remove an instance listener
removeInstanceListener(InstanceListener) - Method in class weka.gui.beans.Loader
Remove an instance listener
removeSubstring(String, String) - Static method in class weka.core.Utils
Removes all occurrences of a string from another string.
removeTestSetListener(TestSetListener) - Method in class weka.gui.beans.Filter
Remove a test set listener
removeTrainingSetListener(TrainingSetListener) - Method in class weka.gui.beans.Filter
Remove a training set listener
replaceSubstring(String, String, String) - Static method in class weka.core.Utils
Replaces with a new string, all occurrences of a string from another string.
reset() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
reset() - Method in class weka.core.converters.DatabaseLoader
Resets the Loader ready to read a new data set.
resetOptions() - Method in class weka.core.converters.DatabaseSaver
Resets the Saver ready to save a new data set.
resetStructure() - Method in class weka.core.converters.DatabaseLoader
Resets the structure of instances.
REVISION - Static variable in class weka.core.Version
the revision
round(double) - Static method in class weka.core.Utils
Rounds a double to the next nearest integer value.
roundDouble(double, int) - Static method in class weka.core.Utils
Rounds a double to the given number of decimal places.
run() - Method in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
run() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
run(boolean, boolean) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 

S

saveBatch() - Method in class weka.gui.beans.Saver
Saves instances in batch mode.
Saver - Class in weka.gui.beans
Saves data sets using weka.core.converter classes WARNING: This class was taken from the weka_src.jar and modified in order to put some more logs
Saver() - Constructor for class weka.gui.beans.Saver
Contsructor.
savers - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setAutoKeyGeneration(boolean) - Method in class weka.core.converters.DatabaseSaver
En/Dis-ables the automatic generation of a primary key.
setBeanContext(BeanContext) - Method in class weka.gui.beans.Loader
Set a bean context for this bean
setConnection(Connection) - Method in class weka.core.converters.DatabaseConnection
Sets the connection.
setConnectionMenagedByExternalPool(boolean) - Method in class weka.core.converters.DatabaseConnection
Sets the connection menaged by external pool.
setCustomName(String) - Method in class weka.gui.beans.Filter
Set a custom (descriptive) name for this bean
setCustomName(String) - Method in class weka.gui.beans.Loader
Set a custom (descriptive) name for this bean
setCustomName(String) - Method in class weka.gui.beans.Saver
Set a custom (descriptive) name for this bean
setDatabaseURL(String) - Method in class weka.core.converters.DatabaseConnection
Set the value of DatabaseURL.
setDB(boolean) - Method in class weka.gui.beans.Loader
 
setDbPassword(String) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setDbUrl(String) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setDbUser(String) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setDbWriteMode(String) - Method in class weka.core.converters.DatabaseSaver
Sets the db write mode.
setDestination(String, String, String) - Method in class weka.core.converters.DatabaseSaver
Sets the database url.
setDestination(String) - Method in class weka.core.converters.DatabaseSaver
Sets the database url.
setDestination() - Method in class weka.core.converters.DatabaseSaver
Sets the database url using the DatabaseUtils file.
setDestination(Connection) - Method in class weka.core.converters.DatabaseSaver
Sets the database url using the given connection.
setEnvironment(Environment) - Method in class weka.gui.beans.Loader
Set environment variables to use.
setFilter(Filter) - Method in class weka.gui.beans.Filter
Set the filter to be wrapped by this bean
setInConnection(Connection) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setKeyColumnNames(String[]) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setKeyColumnNames(String[]) - Method in class weka.core.converters.DatabaseSaver
Sets the key column names.
setKeys(String) - Method in class weka.core.converters.DatabaseLoader
Sets the key columns of a database table.
setLoader(Loader) - Method in class weka.gui.beans.Loader
Set the loader to use
setLog(Logger) - Method in class weka.gui.beans.Filter
Set a logger
setLog(Logger) - Method in class weka.gui.beans.Filter
 
setLog(Logger) - Method in class weka.gui.beans.Loader
Set a logger
setLog(Logger) - Method in class weka.gui.beans.Loader
 
setOptions(String[]) - Method in class weka.core.converters.DatabaseLoader
Sets the options.
setOptions(String[]) - Method in class weka.core.converters.DatabaseSaver
Sets the options.
setOutConnection(Connection) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setPassword(String) - Method in class weka.core.converters.DatabaseConnection
Set the database password.
setPassword(String) - Method in class weka.core.converters.DatabaseLoader
Sets user password for the database.
setPassword(String) - Method in class weka.core.converters.DatabaseSaver
Sets the database password.
setQuery(String) - Method in class weka.core.converters.DatabaseLoader
Sets the query to execute against the database.
setRelationForTableName(boolean) - Method in class weka.core.converters.DatabaseSaver
En/Dis-ables that the relation name is used for the name of the table (default enabled).
setSaver(Saver) - Method in class weka.gui.beans.Saver
Set the loader to use.
setSource(String, String, String) - Method in class weka.core.converters.DatabaseLoader
Sets the database url.
setSource(Connection) - Method in class weka.core.converters.DatabaseLoader
Sets the database url using the given connection.
setSource(String) - Method in class weka.core.converters.DatabaseLoader
Sets the database url.
setSource() - Method in class weka.core.converters.DatabaseLoader
Sets the database url using the DatabaseUtils file.
setTableName(String) - Method in class weka.core.converters.DatabaseSaver
Sets the table's name.
setup(Filter) - Method in class it.eng.spagobi.engines.weka.configurators.FilterConfigurator
Sets the up.
setup(Object) - Method in class it.eng.spagobi.engines.weka.configurators.FilterConfigurator
 
setup(Object) - Method in interface it.eng.spagobi.engines.weka.configurators.WekaBeanConfigurator
Sets the up.
setup(Object) - Static method in class it.eng.spagobi.engines.weka.configurators.WekaBeanConfiguratorFactory
Sets the up.
setupLoaders() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
Setup Loader filling missing parameter values *
setupSavers() - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
Setup Saver filling missing parameter values *
setUrl(String) - Method in class weka.core.converters.DatabaseLoader
Sets the database URL.
setUrl(String) - Method in class weka.core.converters.DatabaseSaver
Sets the database URL.
setUser(String) - Method in class weka.core.converters.DatabaseLoader
Sets the database user.
setUser(String) - Method in class weka.core.converters.DatabaseSaver
Sets the database user.
setUsername(String) - Method in class weka.core.converters.DatabaseConnection
Set the database username.
setVersion(String) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setVersion(String) - Method in class weka.core.converters.DatabaseSaver
Sets the version.
setVersionColumnName(String) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setVersionColumnName(String) - Method in class weka.core.converters.DatabaseSaver
Sets the version column name.
setVersioning(boolean) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
setVersioning(boolean) - Method in class weka.core.converters.DatabaseSaver
Sets the versioning.
setVisual(BeanVisual) - Method in class weka.gui.beans.Filter
Set the visual appearance of this bean
setWrappedAlgorithm(Object) - Method in class weka.gui.beans.Filter
Set the filter to be wrapped by this bean
setWrappedAlgorithm(Object) - Method in class weka.gui.beans.Loader
Set the loader
setWrappedAlgorithm(Object) - Method in class weka.gui.beans.Saver
Set the saver.
setWriteMode(String) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
SHORT - Static variable in class weka.core.converters.DatabaseConnection
 
SHORT - Static variable in class weka.core.converters.DatabaseLoader
 
sm(double, double) - Static method in class weka.core.Utils
Tests if a is smaller than b.
SMALL - Static variable in class weka.core.Utils
The small deviation allowed in double comparisons
smOrEq(double, double) - Static method in class weka.core.Utils
Tests if a is smaller or equal to b.
sort(int[]) - Static method in class weka.core.Utils
Sorts a given array of integers in ascending order and returns an array of integers with the positions of the elements of the original array in the sorted array.
sort(double[]) - Static method in class weka.core.Utils
Sorts a given array of doubles in ascending order and returns an array of integers with the positions of the elements of the original array in the sorted array.
splitOptions(String) - Static method in class weka.core.Utils
Split up a string containing options into an array of strings, one for each option.
stableSort(double[]) - Static method in class weka.core.Utils
Sorts a given array of doubles in ascending order and returns an array of integers with the positions of the elements of the original array in the sorted array.
start() - Method in class weka.gui.beans.Loader
Start loading
startLoading() - Method in class weka.gui.beans.Loader
Start loading data
stop() - Method in class weka.gui.beans.Filter
Stop all action if possible
stop() - Method in class weka.gui.beans.Loader
Stop any loading action.
stop() - Method in class weka.gui.beans.Saver
Stops the bean.
STRING - Static variable in class weka.core.converters.DatabaseConnection
 
STRING - Static variable in class weka.core.converters.DatabaseLoader
 
sum(double[]) - Static method in class weka.core.Utils
Computes the sum of the elements of an array of doubles.
sum(int[]) - Static method in class weka.core.Utils
Computes the sum of the elements of an array of integers.

T

tableExists(String) - Method in class weka.core.converters.DatabaseConnection
Checks that a given table exists.
tableNameTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text for this property.
TERMINATED - Static variable in class weka.gui.beans.Saver
 
Test - Class in it.eng.spagobi.engines.weka
 
Test() - Constructor for class it.eng.spagobi.engines.weka.Test
 
typeName(int) - Static method in class weka.core.converters.DatabaseConnection
Returns the name associated with a SQL type.

U

unbackQuoteChars(String) - Static method in class weka.core.Utils
The inverse operation of backQuoteChars().
UPDATE_INSERT - Static variable in class weka.core.converters.DatabaseSaver
 
urlTipText() - Method in class weka.core.converters.DatabaseLoader
the tip text for this property.
urlTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text for this property.
useDefaultVisual() - Method in class weka.gui.beans.Filter
Use the default visual appearance
userTipText() - Method in class weka.core.converters.DatabaseLoader
the tip text for this property.
userTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text for this property.
Utils - Class in it.eng.spagobi.engines.weka
 
Utils() - Constructor for class it.eng.spagobi.engines.weka.Utils
 
Utils - Class in weka.core
Class implementing some simple utility methods.
Utils() - Constructor for class weka.core.Utils
 

V

variance(double[]) - Static method in class weka.core.Utils
Computes the variance for an array of doubles.
VERSION - Static variable in class it.eng.spagobi.engines.weka.Test
 
VERSION - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
version - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
version - Variable in class weka.core.converters.DatabaseSaver
 
Version - Class in weka.core
This class contains the version number of the current WEKA release and some methods for comparing another version string.
Version() - Constructor for class weka.core.Version
 
VERSION - Static variable in class weka.core.Version
the complete version
VERSION_COLUMN_NAME - Static variable in class it.eng.spagobi.engines.weka.Test
 
VERSION_COLUMN_NAME - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
versionColumnName - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
versionColumnName - Variable in class weka.core.converters.DatabaseSaver
 
VERSIONING - Static variable in class it.eng.spagobi.engines.weka.Test
 
VERSIONING - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
versioning - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
versioning - Variable in class weka.core.converters.DatabaseSaver
 

W

waitUntilFinish() - Method in class weka.gui.beans.Saver
Wait until finish.
weka.core - package weka.core
 
weka.core.converters - package weka.core.converters
 
weka.gui.beans - package weka.gui.beans
 
WEKA_PRESENTAION_HANDLER_CLASS_NAME - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
WEKA_ROLES_HANDLER_CLASS_NAME - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
WekaBeanConfigurator - Interface in it.eng.spagobi.engines.weka.configurators
 
WekaBeanConfiguratorFactory - Class in it.eng.spagobi.engines.weka.configurators
 
WekaBeanConfiguratorFactory() - Constructor for class it.eng.spagobi.engines.weka.configurators.WekaBeanConfiguratorFactory
 
WekaEngine - Class in it.eng.spagobi.engines.weka
 
WekaEngine() - Constructor for class it.eng.spagobi.engines.weka.WekaEngine
 
WekaEngineInstance - Class in it.eng.spagobi.engines.weka
 
WekaEngineInstance(String, Map) - Constructor for class it.eng.spagobi.engines.weka.WekaEngineInstance
 
WekaKFRunner - Class in it.eng.spagobi.engines.weka
 
WekaKFRunner() - Constructor for class it.eng.spagobi.engines.weka.WekaKFRunner
 
WekaKFRunner(Connection, Connection) - Constructor for class it.eng.spagobi.engines.weka.WekaKFRunner
 
WekaServlet - Class in it.eng.spagobi.engines.weka
Process weka execution requests and returns bytes of the filled reports
WekaServlet() - Constructor for class it.eng.spagobi.engines.weka.WekaServlet
 
WRITE_MODE - Static variable in class it.eng.spagobi.engines.weka.Test
 
WRITE_MODE - Static variable in class it.eng.spagobi.engines.weka.WekaEngineInstance
 
writeBatch() - Method in class weka.core.converters.DatabaseSaver
Writes a Batch of instances.
writeIncremental(Instance) - Method in class weka.core.converters.DatabaseSaver
Saves an instances incrementally.
writeMode - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 

X

xlogx(int) - Static method in class weka.core.Utils
Returns c*log2(c) for a given integer value c.

A B C D E F G I J K L M N O P Q R S T U V W X