A B C D E F G H I L M N O P Q R S T U _

A

addAllAntecedents(List, List) - Method in class dm.mine.InfoGainDTClassProc.Rule
Add a list of antecedents to this rule
addAllAntecedents(List, List) - Method in class dm.mine.GiniDTClassProc.Rule
Add a list of antecedents to this rule
addAntecedent(Dimension, Integer) - Method in class dm.mine.InfoGainDTClassProc.Rule
Add an antecedent to this rule
addAntecedent(Dimension, Integer) - Method in class dm.mine.GiniDTClassProc.Rule
Add an antecedent to this rule
addCommand(String, String) - Method in class comshell.Command
Registers a new command with the interface
addDim(Integer) - Method in class dm.datacube.DCComp
Add a dimension for comparison
addDimData(Integer, ArrayList) - Method in class dm.datacube.Dimension
Add a new dimension key and data
addElement(Integer[], Integer) - Method in class dm.datacube.DataCube
Add a new entry to the data cube (don't sort)
addRestriction(Integer, Integer) - Method in class dm.datacube.DCComp
Add a dimension for comparison
addRestriction(String, Integer) - Method in class dm.datacube.DataCube
Adds a restriction to the DataCube and resort the DataCube
addValue(Integer) - Method in class dm.datacube.DataCube.DataSet
Add an element to value set
AVG - Static variable in class dm.dmql.DMQL.Display
 

B

bindings - Variable in class comshell.CommandInterface
 
br - Variable in class comshell.Command
 

C

calcEntropy(Collection) - Method in class dm.mine.OLAPRuleLearn
Determines the entropy metric for a list of values.
calcValueFrequencies(Collection) - Method in class dm.mine.OLAPRuleLearn
Determines the entropy metric for a list of values.
ClassificationProc - interface dm.mine.ClassificationProc.
Defines interface for a Classification Procedure
clear() - Method in class comshell.Command
Clears the last command and resets to UNKNOWN
close() - Method in interface dm.dmql.TokenStream
Closes the TokenStream
close() - Method in class dm.dmql.RawTextTokenStream
Close the file currently being tokenized
close() - Method in class dm.db.DBInterface
Close the database
command - Variable in class comshell.CommandInterface
 
Command - class comshell.Command.
Supports methods for a command line interface
Command(InputStream, PrintStream) - Constructor for class comshell.Command
Constructor
COMMANDA - Variable in class comshell.ComShell
 
COMMANDB - Variable in class comshell.ComShell
 
CommandInterface - class comshell.CommandInterface.
Handles universal commands and basic maintenance for the command shell
CommandInterface(InputStream, PrintStream) - Constructor for class comshell.CommandInterface
Constructor
COMMENT - Variable in class dm.DMShell
 
comnames - Variable in class comshell.Command
Command/Help index
compare(Object, Object) - Method in class dm.datacube.DCComp
The Comparator compare(...) implementation
computeAgVal(List, int, List) - Method in class dm.datacube.DataCube
Given a data list (of Integers), an aggregation function, a list of fun params, and width, returns a String resulting from the application of the specified function to the list
comshell - package comshell
 
ComShell - class comshell.ComShell.
This class represents a simple example of how to use the command shell package.
ComShell() - Constructor for class comshell.ComShell
Constructor - Initializes user-defined commands and environmental vars
COUNT_ALL - Static variable in class dm.dmql.DMQL.Display
 
COUNT_VAL - Static variable in class dm.dmql.DMQL.Display
 

D

DataCube - class dm.datacube.DataCube.
Implements a DataCube using an array and a DCComp object
DataCube.DataElement - class dm.datacube.DataCube.DataElement.
Internal class for data storage (not static because we want to access parent class fields)
DataCube.DataElement(DataCube, Integer[], Integer) - Constructor for class dm.datacube.DataCube.DataElement
Constructor
DataCube.DataSet - class dm.datacube.DataCube.DataSet.
Internal class for iterator element storage (not static because we want to access parent class fields)
DataCube.DataSet(DataCube, Integer[]) - Constructor for class dm.datacube.DataCube.DataSet
Constructor
DataCube(ArrayList, String) - Constructor for class dm.datacube.DataCube
Constructor - default
DBInterface - class dm.db.DBInterface.
Our simple database interface class
DBInterface() - Constructor for class dm.db.DBInterface
Constructor
DCComp - class dm.datacube.DCComp.
Implements an object for identifying internal datacube structure
DCComp(ArrayList) - Constructor for class dm.datacube.DCComp
Constructor
DEFAULT_PREFS_FILE - Static variable in class dm.DMShell
 
Dimension - class dm.datacube.Dimension.
Represents and stores dimension data
Dimension(String) - Constructor for class dm.datacube.Dimension
Constructor
dm - package dm
 
dm.datacube - package dm.datacube
 
dm.db - package dm.db
 
dm.dmql - package dm.dmql
 
dm.mine - package dm.mine
 
DMQL - class dm.dmql.DMQL.
Just a wrapper class for DMQL
DMQL_QUERY - Variable in class dm.DMShell
 
DMQL.AddDropDim - class dm.dmql.DMQL.AddDropDim.
A DMQLCommand query subtype
DMQL.AddDropDim() - Constructor for class dm.dmql.DMQL.AddDropDim
Default constructor
DMQL.DefineCube - class dm.dmql.DMQL.DefineCube.
A DMQLCommand query subtype
DMQL.DefineCube() - Constructor for class dm.dmql.DMQL.DefineCube
Default constructor
DMQL.DefineDim - class dm.dmql.DMQL.DefineDim.
A DMQLCommand query subtype
DMQL.DefineDim() - Constructor for class dm.dmql.DMQL.DefineDim
Default constructor
DMQL.Display - class dm.dmql.DMQL.Display.
A DMQLCommand query subtype
DMQL.Display() - Constructor for class dm.dmql.DMQL.Display
Default constructor
DMQL.FindClassRules - class dm.dmql.DMQL.FindClassRules.
A DMQLCommand query subtype
DMQL.FindClassRules() - Constructor for class dm.dmql.DMQL.FindClassRules
Default constructor
DMQL() - Constructor for class dm.dmql.DMQL
 
DMQLCommand - class dm.dmql.DMQLCommand.
Parent interface for all DMQL command implementations, i.e.
DMQLCommand() - Constructor for class dm.dmql.DMQLCommand
 
DMShell - class dm.DMShell.
Text shell interface for a data mining system
DMShell() - Constructor for class dm.DMShell
Empty constructor - uses System input/output stream and default preferences file.
DMShell(InputStream, PrintStream) - Constructor for class dm.DMShell
Constructor - uses default preferences file.
DMShell(InputStream, PrintStream, String) - Constructor for class dm.DMShell
Constructor
Domain - class dm.datacube.Domain.
Implements a Domain using an array and a DCComp object
Domain(String, String, String) - Constructor for class dm.datacube.Domain
Constructor
drillDownDim(String) - Method in class dm.datacube.DataCube
Adds a dimension to the DataCube and resort the DataCube
dropDim(Integer) - Method in class dm.datacube.DCComp
Drop a dimension from the comparison
dropRestriction(Integer) - Method in class dm.datacube.DCComp
Drop a dimension from the comparison
dropRestriction(String) - Method in class dm.datacube.DataCube
Drops a restriction from the DataCube and resort the DataCube

E

echo - Variable in class comshell.Command
 
ECHO - Static variable in class comshell.Command
 
EOF - Static variable in class dm.dmql.RawTextTokenStream
Static Constants
equals(Object) - Method in class dm.datacube.DCComp
Just a way to determine if two Comparators enforce the same ordering.
EXEC - Static variable in class comshell.Command
 
exec_return() - Method in class comshell.CommandInterface
Handles the 'return' command (to return execution to the calling script (if any).
exec(String) - Method in class comshell.CommandInterface
Handles the 'exec' command

F

finalize() - Method in class dm.datacube.Domain
Finalize - make sure to close database connection on finalize
findRestrictionRange(boolean) - Method in class dm.datacube.DataCube
Find min or max key for data with current restrictions

G

genRules(List, List, List) - Method in class dm.mine.InfoGainDTClassProc
Takes the current data set partition and returns any valid rules
genRules(List, List, List) - Method in class dm.mine.GiniDTClassProc
Takes the current data set partition and returns any valid rules
getActiveDims() - Method in class dm.datacube.DataCube
Get a set of the current active datacube dimensions
getAllDims() - Method in class dm.datacube.DataCube
Get a set of all dimensions (active, inactive, restricted)
getBindings(String) - Method in class comshell.CommandInterface
Gets an environmental variable binding (local to this shell only)
getCommand() - Method in class comshell.CommandInterface
Parses a command from the current input stream and determines if it is locally executable.
getDim(int) - Method in class dm.datacube.DataCube
Get the Dimension object for a key index
getDimIndex(String) - Method in class dm.datacube.DataCube
Finds dimension index
getDimKeys() - Method in class dm.datacube.Dimension
Retrieve all keys for this dimension
getDimKeys(String) - Method in class dm.datacube.DataCube
Get the possible set of keys for a dimension
getIndexList() - Method in class dm.datacube.DataCube
Get a list of indices for the non-dropped Dimensions (in the order they are compared)
getIndices() - Method in class dm.datacube.Dimension
Get the indices for this dimension
getParam(int) - Method in class comshell.Command
Retrieves a parameter for a command
getRestrictions() - Method in class dm.datacube.DataCube
Get a set of the current active datacube restrictions
getStringVal(Integer) - Method in class dm.datacube.Dimension
Get String representation of a key value
getValues(Integer[]) - Method in class dm.datacube.DataCube
Retrieves all values for the given key according to current comparator (Comp)
gini(List) - Method in class dm.mine.GiniDTClassProc
Determines the gini metric for a list of values (presumed mutually comparable) Inefficient...
GiniDTClassProc - class dm.mine.GiniDTClassProc.
Implements a Decision Tree Classification Procedure using the Gini metric.
GiniDTClassProc.Rule - class dm.mine.GiniDTClassProc.Rule.
Internal class to represents a data mining rule
GiniDTClassProc.Rule(GiniDTClassProc, double, double, List, List, String, Integer) - Constructor for class dm.mine.GiniDTClassProc.Rule
Rule constructor
GiniDTClassProc() - Constructor for class dm.mine.GiniDTClassProc
 
giniSplit(List) - Method in class dm.mine.GiniDTClassProc
Determines the Gini metric for a split

H

hasNext() - Method in class dm.datacube.DataCube
Returns whether there are more elements to iterate over
HELP - Static variable in class comshell.Command
 
helpstring - Variable in class comshell.Command
 

I

INDENT - Static variable in class dm.DMShell
 
indent(int) - Static method in class dm.datacube.DataCube
A simple method for producing an indent based on level
info(List) - Method in class dm.mine.InfoGainDTClassProc
Determines the info metric for a list of values (presumed mutually comparable) Inefficient...
InfoGainDTClassProc - class dm.mine.InfoGainDTClassProc.
Implements a Decision Tree Classification Procedure using the Gini metric.
InfoGainDTClassProc.Rule - class dm.mine.InfoGainDTClassProc.Rule.
Internal class to represents a data mining rule
InfoGainDTClassProc.Rule(InfoGainDTClassProc, double, double, List, List, String, Integer) - Constructor for class dm.mine.InfoGainDTClassProc.Rule
Rule constructor
InfoGainDTClassProc() - Constructor for class dm.mine.InfoGainDTClassProc
 
infoSplit(List) - Method in class dm.mine.InfoGainDTClassProc
Determines the Info metric for a split
initEnvVarsFromFile(String) - Method in class comshell.CommandInterface
Initializes the environmental variable bindings from a file
INITIAL_SIZE - Static variable in class dm.datacube.DataCube
Constants
is - Variable in class comshell.CommandInterface
Local data members
is - Variable in class comshell.Command
 
is_stack - Variable in class comshell.CommandInterface
 
isStreamStackEmpty() - Method in class comshell.CommandInterface
Are we at the top level of the execution stack? (When exec is called, the newly exec'ed input stream is pushed onto the execution stack.

L

LISTE - Static variable in class comshell.Command
Basic common commands
listEnv() - Method in class comshell.CommandInterface
Handles the 'listenv' command

M

main(String[]) - Static method in class dm.DMShell
Initializes the shell interface and invokes it
main(String[]) - Static method in class dm.db.DBInterface
A simple exmaple using a Microsoft Access database connection and a general SQL query
main(String[]) - Static method in class comshell.ComShell
Main - Initializes the main window
match(String) - Method in interface dm.dmql.TokenStream
Attempts to match the next token, throws TokenStreamException
match(String) - Method in class dm.dmql.RawTextTokenStream
Attempts to match the next token, throws TokenStreamException
MAX - Static variable in class dm.dmql.DMQL.Display
 
MAX_COMMANDS - Static variable in class comshell.Command
 
MAX_INPUT - Static variable in class dm.DMShell
 
MAX_INPUT - Static variable in class comshell.ComShell
 
MAX_INPUT - Static variable in class comshell.CommandInterface
Static constant members
MAX_INPUT - Static variable in class comshell.Command
Static members
MIN - Static variable in class dm.dmql.DMQL.Display
 
mineClassRules() - Method in class dm.mine.OLAPRuleLearn
Perform a data mining procedure to find classification rules using decision tree learning based on OLAP operations.
mineClassRules(DMQL.FindClassRules, DataCube) - Method in class dm.mine.OLAPRuleLearn
Perform a data mining procedure to find classification rules using decision tree learning and the Gini metric.
mineClassRules(DMQL.FindClassRules, DataCube) - Method in class dm.mine.InfoGainDTClassProc
Perform a data mining procedure to find classification rules using decision tree learning and the Gini metric.
mineClassRules(DMQL.FindClassRules, DataCube) - Method in class dm.mine.GiniDTClassProc
Perform a data mining procedure to find classification rules using decision tree learning and the Gini metric.
mineClassRules(DMQL.FindClassRules, DataCube) - Method in interface dm.mine.ClassificationProc
Perform a data mining procedure to find classification rules according to the parameters of com and operating on a DataCube.
mineData(List, List, List) - Method in class dm.mine.InfoGainDTClassProc
If any more dimensions to split on, attempts a split and returns any rules matching from this split (and any recursive sub-splits).
mineData(List, List, List) - Method in class dm.mine.GiniDTClassProc
If any more dimensions to split on, attempts a split and returns any rules matching from this split (and any recursive sub-splits).

N

NEW_DOMAIN - Variable in class dm.DMShell
 
next() - Method in class dm.datacube.DataCube
Returns the next DataSet object for entries sharing the same key, starting at _nIterPos.
nextToken() - Method in interface dm.dmql.TokenStream
Returns the next Token from a TokenStream or null if the end of the stream has been reached.
nextToken() - Method in class dm.dmql.RawTextTokenStream
Returns the next Token from a TokenStream or null if the end of the stream has been reached.
nextTokenEquals(String) - Method in interface dm.dmql.TokenStream
Determines if the next token is the specified String
nextTokenEquals(String) - Method in class dm.dmql.RawTextTokenStream
Determines if the next token is the specified String
nextTokenInternal() - Method in class dm.dmql.RawTextTokenStream
Returns the next Token from a TokenStream or null if the end of the stream has been reached.
NO_AG - Static variable in class dm.dmql.DMQL.Display
Constants for aggregation functions
numParams() - Method in class comshell.Command
Returns number of params for command

O

OLAPRuleLearn - class dm.mine.OLAPRuleLearn.
Implements a Decision Tree Classification Procedure using OLAP operations on a DataCube.
OLAPRuleLearn.Rule - class dm.mine.OLAPRuleLearn.Rule.
Internal class to represents a data mining rule
OLAPRuleLearn.Rule(OLAPRuleLearn, double, double, Map, Integer) - Constructor for class dm.mine.OLAPRuleLearn.Rule
Rule constructor
OLAPRuleLearn() - Constructor for class dm.mine.OLAPRuleLearn
 
open(String, String) - Method in class dm.db.DBInterface
Opens a database
os - Variable in class comshell.CommandInterface
 
os - Variable in class comshell.Command
 

P

pad(String, int) - Static method in class dm.db.DBInterface
A simple method for padding Strings to a given length
pad(String, int) - Static method in class dm.datacube.DataCube
A simple method for padding Strings to a given length
params - Variable in class comshell.Command
 
parse(TokenStream) - Method in class dm.dmql.DMQLCommand
Internal method for String parsing
parse(TokenStream) - Method in class dm.dmql.DMQL.DefineDim
Parse this DMQL command from the given TokenStream
parse(TokenStream) - Method in class dm.dmql.DMQL.DefineCube
Parse this DMQL command from the given TokenStream
parse(TokenStream) - Method in class dm.dmql.DMQL.AddDropDim
Parse this DMQL command from the given TokenStream
parse(TokenStream) - Method in class dm.dmql.DMQL.Display
Parse this DMQL command from the given TokenStream
parse(TokenStream) - Method in class dm.dmql.DMQL.FindClassRules
Parse this DMQL command from the given TokenStream
parseStream() - Method in class comshell.Command
Parses the current input stream.
pCom - Variable in class comshell.ComShell
 
popStream() - Method in class comshell.CommandInterface
Pops the current command stream from the execution stack
PREFS_FILE - Static variable in class comshell.ComShell
 
printCube(PrintStream, int, int, List) - Method in class dm.datacube.DataCube
Print this data cube to the given output stream
printDimension(int, Integer[]) - Method in class dm.datacube.DataCube
Recurse on the dimensions and print them
printHelp() - Method in class comshell.CommandInterface
Handles the 'help' command - prints the command menu
PrintResultSet(ResultSet) - Static method in class dm.db.DBInterface
Print a ResultSet (static)
process(DMQLCommand) - Method in class dm.datacube.Domain
Process a query by dispatching to correct method
process(String) - Method in interface dm.dmql.TokenStream
Opens the TokenStream given a string to process
process(String) - Method in class dm.dmql.RawTextTokenStream
Process a String for tokenizing
processAddDropDim(DMQL.AddDropDim) - Method in class dm.datacube.Domain
Process a specific DMQL command
processCubeData(DataCube, DMQL.DefineCube) - Method in class dm.datacube.Domain
Process the actual DataCube data - helper method for processDefineCube
processDefineCube(DMQL.DefineCube) - Method in class dm.datacube.Domain
Process a specific DMQL command
processDefineDim(DMQL.DefineDim) - Method in class dm.datacube.Domain
Process a specific DMQL command
processDimensions(DMQL.DefineCube, ArrayList) - Method in class dm.datacube.Domain
Process and build the dimension data for the DataCube - helper method for processDefineCube
processDisplay(DMQL.Display) - Method in class dm.datacube.Domain
Process a specific DMQL command
processFindClassRule(DMQL.FindClassRules) - Method in class dm.datacube.Domain
Process a specific DMQL command
ProcessQuery(String) - Static method in class dm.dmql.DMQL
Process the initial portion of a DMQL String in an attempt to pass it off to a DMQLCommand subclass for processing
pushStream(InputStream) - Method in class comshell.CommandInterface
Pushes a new command stream onto the execution stack

Q

query(String) - Method in class dm.db.DBInterface
Performs a query
QUIT - Variable in class dm.DMShell
 
QUIT - Variable in class comshell.ComShell
 

R

RawTextTokenStream - class dm.dmql.RawTextTokenStream.
Tokenizes a generic text document
RawTextTokenStream() - Constructor for class dm.dmql.RawTextTokenStream
Constructor - default
repeat(String, int) - Static method in class dm.datacube.DataCube
Produces repeated String
resetIterator() - Method in class dm.datacube.DataCube
Resets the iterator
resortData() - Method in class dm.datacube.DataCube
Resort the data according to the current Comparator (_comp)
REXEC - Static variable in class comshell.Command
 
rollUpDim(String) - Method in class dm.datacube.DataCube
Drops a dimension from the DataCube and resort the DataCube
run() - Method in class dm.DMShell
Main command line handler
run() - Method in class comshell.ComShell
Main command line handler Note: To add a command, add a command name and help string using CommandInterface.addCommand() and then implement the handler code below.

S

sealDataCube() - Method in class dm.datacube.DataCube
Once this is executed, the data is sorted but no more elements can be added due to the computational complexity of doing so
SET - Static variable in class comshell.Command
 
setBindings(String, String) - Method in class comshell.CommandInterface
Registers a new environmental variable binding (local to this shell only)
setClassAlg(String) - Method in class dm.dmql.DMQL.FindClassRules
Sets the algorithm class for this command
setEcho(boolean) - Method in class comshell.Command
Turns echo on or off
setEnv() - Method in class comshell.CommandInterface
Handles the 'setenv' command
showData() - Method in class dm.mine.OLAPRuleLearn
 
size() - Method in class dm.datacube.DataCube
Get the size of this datacube
split(List, int) - Method in class dm.mine.InfoGainDTClassProc
Splits a data set along the given dimension (if valid)
split(List, int) - Method in class dm.mine.GiniDTClassProc
Splits a data set along the given dimension (if valid)
SUM - Static variable in class dm.dmql.DMQL.Display
 

T

TIMER - Variable in class dm.DMShell
 
Token - class dm.dmql.Token.
A generic token structure for TokenStream
Token(String, int, int, int) - Constructor for class dm.dmql.Token
Constructor
TokenStream - interface dm.dmql.TokenStream.
A generic tokenizer interface
TokenStreamException - exception dm.dmql.TokenStreamException.
An exception thrown by TokenStream
TokenStreamException(String) - Constructor for class dm.dmql.TokenStreamException
Constructor
TokenStreamException(String, int, int, int) - Constructor for class dm.dmql.TokenStreamException
Constructor
toString() - Method in class dm.dmql.Token
Get string for class
toString() - Method in class dm.dmql.DMQL.DefineDim
Default constructor
toString() - Method in class dm.dmql.DMQL.DefineCube
Default constructor
toString() - Method in class dm.dmql.DMQL.AddDropDim
Default constructor
toString() - Method in class dm.dmql.DMQL.Display
Default constructor
toString() - Method in class dm.dmql.DMQL.FindClassRules
Default constructor
toString() - Method in class dm.datacube.DataCube.DataElement
Prints contents of object
toString() - Method in class dm.datacube.DataCube.DataSet
Prints contents of object
toString() - Method in class dm.datacube.Dimension
Returns the dimension name
toString() - Method in class dm.mine.OLAPRuleLearn.Rule
Convert this rule to String format
toString() - Method in class dm.mine.InfoGainDTClassProc.Rule
Convert this rule to String format
toString() - Method in class dm.mine.GiniDTClassProc.Rule
Convert this rule to String format
trunc(String, int) - Static method in class dm.datacube.DataCube
A simple method for truncating (or padding) string to a length
type - Variable in class comshell.Command
Class members

U

UNKNOWN - Variable in class comshell.Command
 

_

_alAgParams - Variable in class dm.dmql.DMQL.Display
 
_alCols - Variable in class dm.dmql.DMQL.DefineDim
 
_alCompOrder - Variable in class dm.datacube.DCComp
Local data members
_alDimensions - Variable in class dm.datacube.DataCube
 
_alDims - Variable in class dm.dmql.DMQL.DefineCube
 
_alDims - Variable in class dm.dmql.DMQL.FindClassRules
 
_alDims - Variable in class dm.mine.OLAPRuleLearn.Rule
 
_alDims - Variable in class dm.mine.InfoGainDTClassProc.Rule
 
_alDims - Variable in class dm.mine.GiniDTClassProc.Rule
 
_alDimValues - Variable in class dm.mine.OLAPRuleLearn.Rule
 
_alDimValues - Variable in class dm.mine.InfoGainDTClassProc.Rule
 
_alDimValues - Variable in class dm.mine.GiniDTClassProc.Rule
 
_alKeys - Variable in class dm.dmql.DMQL.DefineCube
 
_alLegalDims - Variable in class dm.mine.InfoGainDTClassProc
 
_alLegalDims - Variable in class dm.mine.GiniDTClassProc
 
_alLegalSplitDims - Variable in class dm.mine.OLAPRuleLearn
 
_alPrintDimOrder - Variable in class dm.datacube.DataCube
 
_bAdd - Variable in class dm.dmql.DMQL.AddDropDim
 
_bHoldCommaForNext - Variable in class dm.dmql.RawTextTokenStream
 
_brInput - Variable in class dm.dmql.RawTextTokenStream
Non-static Data Members
_bSealed - Variable in class dm.datacube.DataCube
 
_cClassAlg - Variable in class dm.dmql.DMQL.FindClassRules
 
_ci - Variable in class dm.DMShell
 
_comp - Variable in class dm.datacube.DataCube
 
_con - Variable in class dm.db.DBInterface
 
_cp - Variable in class dm.dmql.DMQL.FindClassRules
 
_data - Variable in class dm.datacube.DataCube
Local data members
_db - Variable in class dm.datacube.Domain
 
_dc - Variable in class dm.mine.OLAPRuleLearn
 
_dc - Variable in class dm.mine.InfoGainDTClassProc
 
_dc - Variable in class dm.mine.GiniDTClassProc
 
_dConf - Variable in class dm.mine.OLAPRuleLearn.Rule
 
_dConf - Variable in class dm.mine.InfoGainDTClassProc.Rule
 
_dConf - Variable in class dm.mine.GiniDTClassProc.Rule
 
_dConfidence - Variable in class dm.dmql.DMQL.FindClassRules
 
_df - Variable in class dm.datacube.DataCube
 
_df - Variable in class dm.mine.OLAPRuleLearn.Rule
Static data members
_df - Variable in class dm.mine.InfoGainDTClassProc.Rule
 
_df - Variable in class dm.mine.GiniDTClassProc.Rule
 
_dMinConf - Variable in class dm.mine.OLAPRuleLearn
 
_dMinConf - Variable in class dm.mine.InfoGainDTClassProc
 
_dMinConf - Variable in class dm.mine.GiniDTClassProc
 
_dMinSupport - Variable in class dm.mine.OLAPRuleLearn
Local data members
_dMinSupport - Variable in class dm.mine.InfoGainDTClassProc
Local data members
_dMinSupport - Variable in class dm.mine.GiniDTClassProc
Local data members
_domain - Variable in class dm.DMShell
 
_dSupport - Variable in class dm.dmql.DMQL.FindClassRules
 
_dSupport - Variable in class dm.mine.OLAPRuleLearn.Rule
Data members
_dSupport - Variable in class dm.mine.InfoGainDTClassProc.Rule
Data members
_dSupport - Variable in class dm.mine.GiniDTClassProc.Rule
Data members
_hmCubeName2DataCube - Variable in class dm.datacube.Domain
 
_hmDimName2DefineDim - Variable in class dm.datacube.Domain
 
_hmRestrictions - Variable in class dm.datacube.DCComp
 
_is - Variable in class dm.DMShell
 
_key - Variable in class dm.datacube.DataCube.DataElement
Data Members
_key - Variable in class dm.datacube.DataCube.DataSet
Data Members
_lParams - Variable in class dm.datacube.DataCube
 
_lStartTime - Variable in class dm.DMShell
 
_nAgFun - Variable in class dm.datacube.DataCube
 
_nAgFunction - Variable in class dm.dmql.DMQL.Display
 
_nConseq - Variable in class dm.mine.OLAPRuleLearn.Rule
 
_nConseq - Variable in class dm.mine.InfoGainDTClassProc.Rule
 
_nConseq - Variable in class dm.mine.GiniDTClassProc.Rule
 
_nDataSize - Variable in class dm.datacube.DataCube
 
_nIndex - Variable in class dm.datacube.Dimension
 
_nIterEnd - Variable in class dm.datacube.DataCube
 
_nIterPos - Variable in class dm.datacube.DataCube
Iterator position
_nIterStart - Variable in class dm.datacube.DataCube
 
_nLine - Variable in class dm.dmql.Token
 
_nLine - Variable in class dm.dmql.TokenStreamException
 
_nLine - Variable in class dm.dmql.RawTextTokenStream
 
_nLinePos - Variable in class dm.dmql.Token
 
_nLinePos - Variable in class dm.dmql.TokenStreamException
 
_nLinePos - Variable in class dm.dmql.RawTextTokenStream
 
_nPos - Variable in class dm.dmql.Token
 
_nPos - Variable in class dm.dmql.TokenStreamException
Local data members
_nPos - Variable in class dm.dmql.RawTextTokenStream
 
_nTableWidth - Variable in class dm.dmql.DMQL.Display
 
_nTableWidth - Variable in class dm.datacube.DataCube
The following parameters are for printing only
_nTotalDims - Variable in class dm.mine.InfoGainDTClassProc
 
_nTotalDims - Variable in class dm.mine.GiniDTClassProc
 
_os - Variable in class dm.DMShell
 
_ps - Variable in class dm.datacube.DataCube
 
_s - Variable in class dm.db.DBInterface
Database specific objects - you won't need to use these directly
_sAgFunction - Variable in class dm.dmql.DMQL.Display
 
_sConseqLabel - Variable in class dm.mine.OLAPRuleLearn.Rule
 
_sConseqLabel - Variable in class dm.mine.InfoGainDTClassProc.Rule
 
_sConseqLabel - Variable in class dm.mine.GiniDTClassProc.Rule
 
_sCubeName - Variable in class dm.dmql.DMQL.DefineCube
Local members for this DMQL command - contents should be obvious from command syntax
_sCubeName - Variable in class dm.dmql.DMQL.AddDropDim
Local members for this DMQL command - contents should be obvious from command syntax
_sCubeName - Variable in class dm.dmql.DMQL.Display
Local members for this DMQL command - contents should be obvious from command syntax
_sCubeName - Variable in class dm.dmql.DMQL.FindClassRules
Local members for this DMQL command - contents should be obvious from command syntax
_sDatabase - Variable in class dm.datacube.Domain
 
_sDimName - Variable in class dm.dmql.DMQL.DefineDim
Local members for this DMQL command - contents should be obvious from command syntax
_sDimName - Variable in class dm.dmql.DMQL.AddDropDim
 
_sDimName - Variable in class dm.datacube.Dimension
Local data members
_sDomName - Variable in class dm.datacube.Domain
Local data members
_sDriver - Variable in class dm.datacube.Domain
 
_sKey - Variable in class dm.dmql.DMQL.DefineDim
 
_sTable - Variable in class dm.dmql.DMQL.DefineDim
 
_sTable - Variable in class dm.dmql.DMQL.DefineCube
 
_sToken - Variable in class dm.dmql.Token
Data members
_sValCol - Variable in class dm.dmql.DMQL.DefineCube
 
_sValLabel - Variable in class dm.datacube.DataCube
 
_tLookAhead - Variable in class dm.dmql.RawTextTokenStream
 
_tmDimKey2DimData - Variable in class dm.datacube.Dimension
 
_val - Variable in class dm.datacube.DataCube.DataElement
 
_values - Variable in class dm.datacube.DataCube.DataSet
 

A B C D E F G H I L M N O P Q R S T U _