Package | Description |
---|---|
org.apache.ignite.ml.environment |
Package contains environment utils for ML algorithms.
|
org.apache.ignite.ml.environment.logging |
Package contains several logging strategy realisations.
|
Modifier and Type | Method and Description |
---|---|
default <T extends MLLogger.Factory & Serializable> |
LearningEnvironmentBuilder.withLoggingFactory(T loggingFactory)
Specify logging factory.
|
Modifier and Type | Method and Description |
---|---|
DefaultLearningEnvironmentBuilder |
DefaultLearningEnvironmentBuilder.withLoggingFactoryDependency(IgniteFunction<Integer,MLLogger.Factory> loggingFactory)
Specify dependency (partition -> logging factory).
|
LearningEnvironmentBuilder |
LearningEnvironmentBuilder.withLoggingFactoryDependency(IgniteFunction<Integer,MLLogger.Factory> loggingFactory)
Specify dependency (partition -> logging factory).
|
Modifier and Type | Class and Description |
---|---|
static class |
ConsoleLogger.Factory
ConsoleLogger factory.
|
Modifier and Type | Field and Description |
---|---|
static IgniteFunction<Integer,MLLogger.Factory> |
ConsoleLogger.Factory.HIGH
High.
|
static IgniteFunction<Integer,MLLogger.Factory> |
ConsoleLogger.Factory.LOW
Low.
|
static IgniteFunction<Integer,MLLogger.Factory> |
ConsoleLogger.Factory.OFF
Offset.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024