Class BatchGenerator
- java.lang.Object
-
- oracle.pgx.config.mllib.batchgenerator.BatchGenerator
-
- Direct Known Subclasses:
StandardBatchGenerator,StratifiedOversamplingBatchGenerator
public abstract class BatchGenerator extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchGenerator.BatchGeneratorType
-
Field Summary
Fields Modifier and Type Field Description BatchGenerator.BatchGeneratorTypebatchGeneratorType
-
Constructor Summary
Constructors Constructor Description BatchGenerator(BatchGenerator.BatchGeneratorType batchGeneratorType)
-
-
-
Field Detail
-
batchGeneratorType
public final BatchGenerator.BatchGeneratorType batchGeneratorType
-
-
Constructor Detail
-
BatchGenerator
public BatchGenerator(BatchGenerator.BatchGeneratorType batchGeneratorType)
-
-