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.Saver
Method reacts to a dataset event and starts the writing process in batch mode.
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.Saver
Method reacts to a test set event and starts the writing process in batch mode.
acceptTrainingSet(TrainingSetEvent) - Method in class weka.gui.beans.Saver
Method reacts to a training set event and starts the writing process in batch mode.
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.
auditAccessUtils - Variable in class it.eng.spagobi.engines.weka.WekaServlet
 
autoKeyGenerationTipText() - Method in class weka.core.converters.DatabaseSaver
Returns the tip text fo 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.WekaServlet
 
CLUSTERNUM - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
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.WekaServlet
 
connection - Variable in class weka.core.converters.DatabaseConnection
The database connection
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.WekaServlet
 

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
 
DELETE_INSERT - Static variable in class weka.core.converters.DatabaseSaver
 
disconnectFromDatabase() - Method in class weka.core.converters.DatabaseConnection
Closes the connection to the database.
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

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.
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
 
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.
getAutoKeyGeneration() - Method in class weka.core.converters.DatabaseSaver
Gets whether or not a primary key will be generated automatically.
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).
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
 
getDbWriteMode() - Method in class weka.core.converters.DatabaseSaver
Gets the db write mode.
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.
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() - 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.
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.
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.
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.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.
init(ServletConfig) - Method in class it.eng.spagobi.engines.weka.WekaServlet
Initialize the engine
INITIALIZED - Static variable in class weka.gui.beans.Saver
 
INPUT_CONNECTION - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
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
 
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.WekaServlet
 
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.
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.
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_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_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
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.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

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.

O

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

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 fo this property.
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.
PROCESS_ACTIVATED_MSG - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
PROCESS_NOT_ACTIVATED_MSG - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
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.
removeSubstring(String, String) - Static method in class weka.core.Utils
Removes all occurrences of a string from another string.
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.WekaKFRunner
 
run(boolean, boolean) - Method in class it.eng.spagobi.engines.weka.WekaKFRunner
 
run() - Method in class it.eng.spagobi.engines.weka.WekaServlet.RunnerThread
 

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
Saver() - Constructor for class weka.gui.beans.Saver
Contsructor.
savers - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
service(HttpServletRequest, HttpServletResponse) - Method in class it.eng.spagobi.engines.weka.WekaServlet
process weka execution requests
setAutoKeyGeneration(boolean) - Method in class weka.core.converters.DatabaseSaver
En/Dis-ables the automatic generation of a primary key.
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.
setDatabaseURL(String) - Method in class weka.core.converters.DatabaseConnection
Set the value of DatabaseURL.
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.
setDbWriteMode(int) - 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.
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.
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.
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.
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 fo 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 fo this property.
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 fo 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 - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
VERSION - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
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.WekaServlet
 
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 - Variable in class it.eng.spagobi.engines.weka.WekaKFRunner
 
VERSIONING - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
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.WekaServlet
 
WEKA_ROLES_HANDLER_CLASS_NAME - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
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
 
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
 
WekaServlet.RunnerThread - Class in it.eng.spagobi.engines.weka
 
WekaServlet.RunnerThread(File, HttpSession, Connection) - Constructor for class it.eng.spagobi.engines.weka.WekaServlet.RunnerThread
 
WRITE_MODE - Static variable in class it.eng.spagobi.engines.weka.Test
 
WRITE_MODE - Static variable in class it.eng.spagobi.engines.weka.WekaServlet
 
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