de.dfki.madm.mlwizard
Class Administrator

java.lang.Object
  extended by de.dfki.madm.mlwizard.Administrator

public class Administrator
extends java.lang.Object


Constructor Summary
Administrator()
           
 
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)
           
static void recreateKnowledgeBase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Administrator

public Administrator()
Method Detail

recreateKnowledgeBase

public static void recreateKnowledgeBase()
                                  throws java.io.FileNotFoundException,
                                         com.rapidminer.operator.OperatorCreationException,
                                         com.rapidminer.operator.OperatorException,
                                         java.io.IOException,
                                         com.rapidminer.tools.XMLException,
                                         java.lang.InterruptedException
Throws:
java.io.FileNotFoundException
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException
java.io.IOException
com.rapidminer.tools.XMLException
java.lang.InterruptedException

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 classifier
parametersFile - the file containing the optimal parameter values
accuraciesFile - the file containing the accuracy values
knowledgeBase - 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 datasets
knowledgeBase - 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