Uses of Class
oracle.pgx.config.mllib.batchgenerator.BatchGenerator.BatchGeneratorType
-
Packages that use BatchGenerator.BatchGeneratorType Package Description oracle.pgx.config.mllib.batchgenerator This package contains APIs to batch generators. -
-
Uses of BatchGenerator.BatchGeneratorType in oracle.pgx.config.mllib.batchgenerator
Fields in oracle.pgx.config.mllib.batchgenerator declared as BatchGenerator.BatchGeneratorType Modifier and Type Field Description BatchGenerator.BatchGeneratorTypeBatchGenerator. batchGeneratorTypeMethods in oracle.pgx.config.mllib.batchgenerator that return BatchGenerator.BatchGeneratorType Modifier and Type Method Description static BatchGenerator.BatchGeneratorTypeBatchGenerator.BatchGeneratorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BatchGenerator.BatchGeneratorType[]BatchGenerator.BatchGeneratorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oracle.pgx.config.mllib.batchgenerator with parameters of type BatchGenerator.BatchGeneratorType Constructor Description BatchGenerator(BatchGenerator.BatchGeneratorType batchGeneratorType)
-