ActiveLearningDataset#

class deeplay.activelearning.data.ActiveLearningDataset(dataset)#

Bases: Dataset

Methods Summary

Methods Documentation

annotate(indices: ndarray)#

Annotate specific samples.

annotate_random(n) ndarray#

Annotate n random samples.

get_annotated_data()#
get_annotated_labels()#
get_annotated_samples()#
get_num_annotated()#
get_unannotated_data()#
get_unannotated_labels()#
get_unannotated_samples()#