Uses of Record Class
dev.dokimos.core.Dataset
Packages that use Dataset
-
Uses of Dataset in dev.dokimos.core
Methods in dev.dokimos.core that return DatasetModifier and TypeMethodDescriptionDataset.Builder.build()Builds the dataset.static DatasetParses a dataset from a CSV string.static DatasetLoads a dataset from a CSV file.static DatasetParses a dataset from a JSON string.static DatasetLoads a dataset from a JSON file.static DatasetParses a dataset from a JSONL string with a default name.static DatasetParses a dataset from a JSONL string.static DatasetLoads a dataset from a JSONL file, streaming line-by-line from disk without loading the entire file into memory.static Datasetstatic Datasetstatic Datasetstatic DatasetDatasetParser.parseJsonl(String jsonl, String name) Parses a dataset from a JSONL string.static DatasetDatasetParser.parseJsonl(Path path, String name) Parses a dataset from a JSONL file, streaming line-by-line from disk.Resolve the URI to aDataset.Resolves a URI to a dataset using the first matching resolver.Methods in dev.dokimos.core with parameters of type DatasetModifier and TypeMethodDescriptionSets the dataset.