ActiveLearningDataset#
- class deeplay.activelearning.data.ActiveLearningDataset(dataset)#
Bases:
DatasetMethods Summary
annotate(indices)Annotate specific samples.
Annotate n random samples.
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()#