datasources-package,task-package,
to construct AbstractClassifiers and AbstractModels. These parameters are rendered
in the web-interface such that their values can be set by the user,Tasks located in the results-package,selection-package, andtasks-package.<!ELEMENT classifiers (classifier*)>For each classifier the class of the classifier, which must be a subclass of
<!ELEMENT classifier (class-name,parameter-class-name)>
StorableAbstractClassifier,
and the class of the ParameterSet that is used by this class must be provided.
The concept is the same for model, where class-name must be a subclass
of StorableAbstractModel, task, inputDataSource, classifierSource, and
modelSource. Each of these elements corresponds to an interface or abstract class with the same name
and upper-case first letter:
The definition of the SQL-connection:
<!ELEMENT class-name (#PCDATA)>
<!ELEMENT parameter-class-name (#PCDATA)>
<!ELEMENT models (model*)>
<!ELEMENT model (class-name,parameter-class-name)>
<!ELEMENT class-name (#PCDATA)>
<!ELEMENT parameter-class-name (#PCDATA)>
<!ELEMENT tasks (task*)>
<!ELEMENT task (class-name,parameter-class-name)>
<!ELEMENT class-name (#PCDATA)>
<!ELEMENT parameter-class-name (#PCDATA)>
<!ELEMENT inputDataSources (inputDataSource*)>
<!ELEMENT inputDataSource (class-name,parameter-class-name)>
<!ELEMENT class-name (#PCDATA)>
<!ELEMENT parameter-class-name (#PCDATA)>
<!ELEMENT classifierSources (classifierSource*)>
<!ELEMENT classsifierSource (class-name,parameter-class-name)>
<!ELEMENT class-name (#PCDATA)>
<!ELEMENT parameter-class-name (#PCDATA)>
<!ELEMENT modelSources (modelSource*)>
<!ELEMENT modelSource (class-name,parameter-class-name)>
<!ELEMENT class-name (#PCDATA)>
<!ELEMENT parameter-class-name (#PCDATA)>
<!ELEMENT sql-driver (blob-stream,clob-stream,driver,url,login,password)>This element must have value
true if the database uses streams for CLOBs, and
false otherwise:The name of the class of the SQL-driver:
<!ELEMENT clob-stream (#PCDATA)>
The connection-URL without login and password:
<!ELEMENT driver (#PCDATA)>
The login and password for the platform-database-user
<!ELEMENT url (#PCDATA)>
<!ELEMENT login (#PCDATA)>
<!ELEMENT password (#PCDATA)>