Uses of Enum Class
org.tribuo.interop.tensorflow.TrainTest.InputType
Packages that use TrainTest.InputType
Package
Description
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of TrainTest.InputType in org.tribuo.interop.tensorflow
Subclasses with type arguments of type TrainTest.InputType in org.tribuo.interop.tensorflowFields in org.tribuo.interop.tensorflow declared as TrainTest.InputTypeMethods in org.tribuo.interop.tensorflow that return TrainTest.InputTypeModifier and TypeMethodDescriptionstatic TrainTest.InputTypeReturns the enum constant of this class with the specified name.static TrainTest.InputType[]TrainTest.InputType.values()Returns an array containing the constants of this enum class, in the order they are declared.