| Package | Description |
|---|---|
| org.cognity.neural.train |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxErrorCondition
The stop condition for a gradient descent algorithm.
|
class |
MaxIterationCondition
The stop condition for an iterative process.
|
class |
MinErrorChangeCondition
The stop condition for a gradient descent algorithm.
|
class |
OrCondition
The OR condition is made up from one or more other conditions.
|
| Modifier and Type | Method and Description |
|---|---|
StopCondition |
GradientDescent.getStopCondition() |
StopCondition |
IterativeProcess.getStopCondition()
Returns a stop condition for this process.
|
StopCondition |
OrCondition.getStopReason()
Returns the first satisfied condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradientDescent.setStopCondition(StopCondition cond) |
void |
IterativeProcess.setStopCondition(StopCondition cond)
Sets a stop condition for this process.
|
| Constructor and Description |
|---|
OrCondition(StopCondition... conditionList)
Creates an OR condition from specified conditions.
|
| Constructor and Description |
|---|
OrCondition(List<StopCondition> conditionList)
Creates an OR condition from specified conditions.
|
Copyright © 2012. All Rights Reserved.