Modifier and Type | Field and Description |
---|---|
protected ParameterSpace<StepFunction> |
BaseNetworkSpace.stepFunction |
Modifier and Type | Method and Description |
---|---|
T |
BaseNetworkSpace.Builder.stepFunction(StepFunction stepFunction) |
Modifier and Type | Method and Description |
---|---|
T |
BaseNetworkSpace.Builder.stepFunction(ParameterSpace<StepFunction> stepFunction) |
Modifier and Type | Field and Description |
---|---|
protected StepFunction |
NeuralNetConfiguration.stepFunction |
protected StepFunction |
NeuralNetConfiguration.Builder.stepFunction |
Modifier and Type | Method and Description |
---|---|
NeuralNetConfiguration.Builder |
NeuralNetConfiguration.Builder.stepFunction(StepFunction stepFunction)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStepFunction
Default step function
|
class |
GradientStepFunction
Normal gradient step function
|
class |
NegativeDefaultStepFunction
Inverse step function
|
class |
NegativeGradientStepFunction
Subtract the line
|
Modifier and Type | Method and Description |
---|---|
StepFunction |
StepFunction.clone() |
Modifier and Type | Field and Description |
---|---|
protected StepFunction |
FineTuneConfiguration.stepFunction |
Modifier and Type | Method and Description |
---|---|
FineTuneConfiguration.Builder |
FineTuneConfiguration.Builder.stepFunction(StepFunction stepFunction) |
Modifier and Type | Method and Description |
---|---|
static StepFunction |
StepFunctions.createStepFunction(StepFunction stepFunction) |
Copyright © 2020. All rights reserved.