Package org.aksw.limes.core.controller
Class ActiveLearningExamples
- java.lang.Object
-
- org.aksw.limes.core.controller.ActiveLearningExamples
-
- All Implemented Interfaces:
Iterable<ActiveLearningExamples.Example>
public class ActiveLearningExamples extends Object implements Iterable<ActiveLearningExamples.Example>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classActiveLearningExamples.ExampleclassActiveLearningExamples.ExampleIterator
-
Constructor Summary
Constructors Constructor Description ActiveLearningExamples(AMapping exampleMap, ACache sourceCache, ACache targetCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMappinggetExampleMap()Iterator<ActiveLearningExamples.Example>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<ActiveLearningExamples.Example> iterator()
- Specified by:
iteratorin interfaceIterable<ActiveLearningExamples.Example>
-
getExampleMap
public AMapping getExampleMap()
-
-