public interface StepFunction extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
step() |
void |
step(INDArray x,
INDArray line)
Step with no parameters
|
void |
step(INDArray x,
INDArray line,
double step)
Step with the given parameters
|
Copyright © 2020. All rights reserved.