All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractImageFolder A dataset for loading image files stored in a folder structure.AbstractImageFolder.ImageFolderBuilder<T extends AbstractImageFolder.ImageFolderBuilder<T>> Used to build anAbstractImageFolder.AirfoilRandomAccess Airfoil Self-Noise Data Set from https://archive.ics.uci.edu/ml/datasets/Airfoil+Self-Noise.AirfoilRandomAccess.Builder A builder to construct aAirfoilRandomAccess.AmazonReview TheAmazonReviewdataset contains aApplication.NLP.SENTIMENT_ANALYSISset of reviews and their sentiment ratings.AmazonReview.Builder A builder to construct aAmazonReview.AmesRandomAccess Ames house pricing dataset from https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data.AmesRandomAccess.Builder A builder to construct aAmesRandomAccess.BananaDetection Banana image detection dataset contains a 3 x 256 x 256 image in the dataset with a banana of varying sizes in each image.BananaDetection.Builder A builder for aBananaDetection.BasicDatasets An interface which contains datasets that are hosted on https://mlrepo.djl.ai/.CaptchaDataset ADatasetfeaturing captcha images.CaptchaDataset.Builder A builder for aCaptchaDataset.Cifar10 CIFAR10 image classification dataset from https://www.cs.toronto.edu/~kriz/cifar.html.Cifar10.Builder A builder to construct aCifar10.CocoDetection Coco image detection dataset from http://cocodataset.org/#home.CocoDetection.Builder A builder to construct aCocoDetection.CocoMetadata A metadata class to represent the structure of annotations in Coco.CocoMetadata.Annotation An annotation applied to an image in the coco dataset.CocoMetadata.Category An annotation category in the coco dataset.CocoMetadata.Image An image in the coco dataset.CocoUtils A utility class that assists in loading and parsing the annotations in Coco.CookingStackExchange A text classification dataset contains questions from cooking.stackexchange.com and their associated tags on the site.CookingStackExchange.Builder A builder to construct aCookingStackExchange.CsvDataset CsvDatasetrepresents the dataset that stored in a .csv file.CsvDataset.CsvBuilder<T extends CsvDataset.CsvBuilder<T>> Used to build aCsvDataset.CsvDataset.Feature A class contains feature name and itsFeaturizer.CsvDataset.Featurizer An interface that convert String to numeric data.DynamicBuffer A float buffer that can dynamically change it's capacity.FashionMnist FashMnist is a dataset from Zalando article images https://github.com/zalandoresearch/fashion-mnist.FashionMnist.Builder A builder for aFashionMnist.FixedBucketSampler ImageClassificationDataset A helper to createDatasets forApplication.CV.IMAGE_CLASSIFICATION.ImageDataset A helper to create aDatasetwhere the data contains a single image.ImageDataset.BaseBuilder<T extends ImageDataset.BaseBuilder<T>> Used to build anImageClassificationDataset.ImageFolder A dataset for loading image files stored in a folder structure.ImageFolder.Builder A builder for theImageFolder.ImageNet ImageNet is an image classification dataset from http://image-net.org 2012 Classification dataset.ImageNet.Builder A builder for aImageNet.Mnist MNIST handwritten digits dataset from http://yann.lecun.com/exdb/mnist.Mnist.Builder A builder for aMnist.ObjectDetectionDataset A helper to createDatasets forApplication.CV.OBJECT_DETECTION.PikachuDetection Pikachu image detection dataset that contains multiple Pikachus in each image.PikachuDetection.Builder A builder for aPikachuDetection.RawDataset<T> An interface can read a plain java object from dataset.StanfordMovieReview TheStanfordMovieReviewdataset contains aApplication.NLP.SENTIMENT_ANALYSISset of movie reviews and their sentiment ratings.StanfordMovieReview.Builder A builder for aStanfordMovieReview.TatoebaEnglishFrenchDataset TatoebaEnglishFrenchDatasetis a English-French machine translation dataset from The Tatoeba Project (http://www.manythings.org/anki/).TatoebaEnglishFrenchDataset.Builder A builder for aTatoebaEnglishFrenchDataset.TextData TextDatais a utility for managing textual data within aDataset.TextData.Configuration The configuration for creating aTextDatavalue in aDataset.TextDataset TextDatasetis an abstract dataset that can be used for datasets for natural language processing where either the source or target are text-based data.TextDataset.Builder<T extends TextDataset.Builder<T>> Abstract Builder that helps build aTextDataset.TextDataset.Sample A class storesTextDatasetsample information.ThrowingFunction<T,R,E extends java.lang.Exception> Represents a function that accepts one argument, produces a result, and throws an Exception.