| Package | Description |
|---|---|
| network.aika.neuron.activation |
| Modifier and Type | Field and Description |
|---|---|
Range.Operator |
Range.Relation.beginToBegin |
Range.Operator |
Range.Relation.beginToEnd |
Range.Operator |
Range.Relation.endToBegin |
Range.Operator |
Range.Relation.endToEnd |
| Modifier and Type | Method and Description |
|---|---|
static Range.Operator |
Range.Operator.getById(int id) |
Range.Operator |
Range.Operator.invert() |
static Range.Operator |
Range.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.Operator[] |
Range.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Range.Relation |
Range.Relation.create(Range.Operator beginToBegin,
Range.Operator endToEnd) |
static Range.Relation |
Range.Relation.create(Range.Operator beginToBegin,
Range.Operator beginToEnd,
Range.Operator endToEnd,
Range.Operator endToBegin) |
Copyright © 2018. All rights reserved.