org.dllearner.scripts
Class NewSample
java.lang.Object
org.dllearner.scripts.NewSample
public class NewSample
- extends Object
Sample script showing how to use DL-Learner. Provides an entry point for tool
developers.
- Author:
- Sebastian Hellmann, Jens Lehmann
NewSample
public NewSample()
main
public static void main(String[] args)
throws IOException,
ComponentInitException,
LearningProblemUnsupportedException
- Throws:
IOException
ComponentInitException
LearningProblemUnsupportedException
learn
public static List<? extends EvaluatedDescription> learn(String owlFile,
SortedSet<String> posExamples,
SortedSet<String> negExamples,
int maxNrOfResults)
throws ComponentInitException,
LearningProblemUnsupportedException
- Throws:
ComponentInitException
LearningProblemUnsupportedException
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann