Class AIModel<F,S>

java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.ai.AIModel<F,S>
Type Parameters:
F - The type of features
S - The type of values in the results prediction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NaturalLanguageModel, NeuralNetwork

@Entity public abstract class AIModel<F,S> extends com.logicaldoc.core.PersistentObject
Represents an AI task, we have different implementations persisted in the same table using a discriminator.
Since:
9.2
Author:
Marco Meschieri - LogicalDOC
See Also: