Uses of Class
com.logicaldoc.ai.neural.NeuralNetwork
Packages that use NeuralNetwork
-
Uses of NeuralNetwork in com.logicaldoc.ai.neural
Methods in com.logicaldoc.ai.neural that return NeuralNetworkMethods in com.logicaldoc.ai.neural with parameters of type NeuralNetworkModifier and TypeMethodDescriptionEvaluatorManager.evaluate(NeuralNetwork model) Executes the evaluation immediatelyvoidHibernateNeuralNetworkDAO.initialize(NeuralNetwork model) Constructors in com.logicaldoc.ai.neural with parameters of type NeuralNetworkModifierConstructorDescriptionEvaluator(NeuralNetwork model) NeuralNetwork(NeuralNetwork other) NeuralNetworkTrainer(NeuralNetwork model, AIModelHistory transaction)