ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.sort / SortElement

SortElement

data class SortElement

Single sort element with key and order

Example of sorting by information gain for an active learning model key = configAnnotationData.CONFIG_ID.generatedAnnotationData.annotations.ANNOTATION_ID.probability order = asc

Constructors

Name Summary
<init> Single sort element with key and orderSortElement(key: String, order: Order)

Properties

Name Summary
key val key: String
order val order: Order