Package com.logicaldoc.ai.sampler
package com.logicaldoc.ai.sampler
Collectors of samples to train the
AIModel
- Since:
- 9.2
-
ClassDescriptionA
Sampler
that collects the samples extracted by a collection of other samplersAStreamSampler
that reads the contents of a CSV file extracting all the rows as string arrays.Hibernate implementation ofSamplerDAO
ASampler
that extract samples from a list of extensible objects.AStreamSampler
that extracts the paragraphs interpreted as blocks of text separated by blank lines.This is responsible of collecting all the samples required to train anAIModel
This interface is a DAO-service forSampler
sThe result of a sampling taskASampler
that reads from anInputStream