Java Reference
In-Depth Information
Table 9-4
(continued)
Object list methods
Description
getObjectNames(NamedObject):
Collection
Returns the object names of the specified named object type. If
the object type is not specified, it lists all the object names.
getObjectNames(createdAfter,
createdBefore,
NamedObject):Collection
Returns the object names in the specified type and time range.
getObjectNames(createdAfter,
createdBefore,
NamedObject, minorType):Collection
Returns the object names that match the query criteria for time
range, named object type, and a minor type. Minor type is used
to further filter names. For example, using MiningFunction as
minor type, one can list function-specific build settings object
names, such as classification settings names.
getModelNames(MiningFunction,
MiningAlgorithm, createdAfter,
createdBefore):Collection
Returns the collection of model names with the specified min-
ing function and/or algorithm in the specified time range.
getCreationDate(objName, Named
Object):Date
Returns the creation date of the specified object.
retrieveObjects(NamedObject):
Collection
Retrieves the mining objects with the specified named object
type.
retrieveObjects(createdAfter, created-
Before, NamedObject): Collection
Retrieves the mining objects with the specified named object
type and the time range.
retrieveObjects(createdAfter,
createdBefore, NamedObject,
minorType): Collection
Retrieves the mining objects that match the query criteria for
time range, named object type and a minor type.
retrieveModelObjects(Mining-
Function, MiningAlgorithm, created-
After, createdBefore): Collection
Retrieves the models with the specified mining function, algo-
rithm and time range.
Load methods
Description
requestDataLoad(dataURI)
Some DMEs require explicit data loading before using the data
for mining. This method is used to load the data.
requestDataUnload(dataURI)
Used to unload the data.
getLoadedData(): String[]
Lists all the loaded data.
requestModelLoad(modelName)
Some DMEs require explicit loading of the model before using
it for applying and exploring. This method is used to load the
model.
requestModelUnload(modelName)
Used to unload the model.
getLoadedModels(): String[]
Lists all the models loaded into the DME.
Search WWH ::




Custom Search