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 with parameters of type NeuralNetworkModifier and TypeMethodDescriptionEvaluatorManager.evaluate(NeuralNetwork model) Executes the evaluation immediatelyConstructors in com.logicaldoc.ai.neural with parameters of type NeuralNetworkModifierConstructorDescriptionEvaluator(NeuralNetwork model) NeuralNetwork(NeuralNetwork other) NeuralNetworkTrainer(NeuralNetwork model, AIModelHistory transaction)