Uses of Class
com.logicaldoc.ai.AIModelHistory
Packages that use AIModelHistory
Package
Description
Artificial Intelligence module
AI models used to produce embeddings
AI models based on Neural Network
AI models based on Natural Language Processing
-
Uses of AIModelHistory in com.logicaldoc.ai
Methods in com.logicaldoc.ai that return types with arguments of type AIModelHistoryModifier and TypeMethodDescriptionAIModelHistoryDAO.findByModelId(long modelId) This method selects all histories of a given model.HibernateAIModelHistoryDAO.findByModelId(long modelId) Methods in com.logicaldoc.ai with parameters of type AIModelHistoryModifier and TypeMethodDescriptionfinal Predictions<S> AIModel.query(List<F> features, AIModelHistory transaction) Queries the model with the given featuresAITool.query(long modelId, List<String> features, AIModelHistory transaction) AITool.train(long modelId, AIModelHistory transaction) Constructors in com.logicaldoc.ai with parameters of type AIModelHistory -
Uses of AIModelHistory in com.logicaldoc.ai.embedding
Constructors in com.logicaldoc.ai.embedding with parameters of type AIModelHistory -
Uses of AIModelHistory in com.logicaldoc.ai.neural
Constructors in com.logicaldoc.ai.neural with parameters of type AIModelHistoryModifierConstructorDescriptionNeuralNetworkTrainer(NeuralNetwork model, AIModelHistory transaction) -
Uses of AIModelHistory in com.logicaldoc.ai.nlp
Constructors in com.logicaldoc.ai.nlp with parameters of type AIModelHistoryModifierConstructorDescriptionClassifierTrainer(Classifier model, AIModelHistory transaction) TokensDetectorTrainer(TokensDetector model, AIModelHistory transaction) -
Uses of AIModelHistory in com.logicaldoc.ai.trainer
Methods in com.logicaldoc.ai.trainer with parameters of type AIModelHistoryModifier and TypeMethodDescriptionTrainerManager.train(AIModel<?, ?> model, AIModelHistory transaction) Executes the training immediately