de.dfki.madm.mlwizard
Class Administrator
java.lang.Object
de.dfki.madm.mlwizard.Administrator
public class Administrator
- extends java.lang.Object
Method Summary |
static void |
addClassifier(Classifier classifier,
java.lang.String parametersFile,
java.lang.String accuraciesFile,
KnowledgeBase knowledgeBase)
adds a classifier with pre-computed accuracies and parameters |
static void |
addDatasets(java.lang.String folder,
KnowledgeBase knowledgeBase,
boolean store)
adds a complete folder of datasets (not recursively) in the XRFF format to the knowledge base. |
static void |
initClassifiers(KnowledgeBase knowledgeBase)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Administrator
public Administrator()
main
public static void main(java.lang.String[] args)
throws com.rapidminer.operator.OperatorCreationException,
com.rapidminer.operator.OperatorException,
java.io.FileNotFoundException,
java.io.IOException,
com.rapidminer.tools.XMLException,
java.lang.InterruptedException
- Throws:
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException
java.io.FileNotFoundException
java.io.IOException
com.rapidminer.tools.XMLException
java.lang.InterruptedException
initClassifiers
public static void initClassifiers(KnowledgeBase knowledgeBase)
throws java.io.IOException,
com.rapidminer.tools.XMLException,
com.rapidminer.operator.OperatorException,
com.rapidminer.operator.OperatorCreationException
- Throws:
java.io.IOException
com.rapidminer.tools.XMLException
com.rapidminer.operator.OperatorException
com.rapidminer.operator.OperatorCreationException
addClassifier
public static void addClassifier(Classifier classifier,
java.lang.String parametersFile,
java.lang.String accuraciesFile,
KnowledgeBase knowledgeBase)
throws com.rapidminer.operator.OperatorCreationException,
com.rapidminer.operator.OperatorException,
java.io.IOException,
com.rapidminer.tools.XMLException
- adds a classifier with pre-computed accuracies and parameters
- Parameters:
classifier
- the classifierparametersFile
- the file containing the optimal parameter valuesaccuraciesFile
- the file containing the accuracy valuesknowledgeBase
- the knowledge base
- Throws:
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException
java.io.IOException
com.rapidminer.tools.XMLException
addDatasets
public static void addDatasets(java.lang.String folder,
KnowledgeBase knowledgeBase,
boolean store)
throws com.rapidminer.operator.OperatorCreationException,
com.rapidminer.operator.OperatorException,
java.io.FileNotFoundException,
java.io.IOException,
com.rapidminer.tools.XMLException,
java.lang.InterruptedException
- adds a complete folder of datasets (not recursively) in the XRFF format to the knowledge base. Files must end with .xrff or .XRFF.
- Parameters:
folder
- the folder of the datasetsknowledgeBase
- the knowledge base the datasets should be added to
- Throws:
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException
java.io.FileNotFoundException
java.io.IOException
java.lang.InterruptedException
com.rapidminer.tools.XMLException
Copyright © 2001-2009 by Rapid-I