Package | Description |
---|---|
it.uniroma2.sag.kelp.learningalgorithm.classification.dcd |
Modifier and Type | Method and Description |
---|---|
DCDLoss |
DCDLearningAlgorithm.getDcdLoss() |
static DCDLoss |
DCDLoss.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DCDLoss[] |
DCDLoss.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DCDLearningAlgorithm.setDcdLoss(DCDLoss dcdLoss) |
Constructor and Description |
---|
DCDLearningAlgorithm(double cp,
double cn,
DCDLoss dcdLoss,
boolean useBias,
int maxIterations,
String representationName) |
DCDLearningAlgorithm(Label label,
double cp,
double cn,
DCDLoss dcdLoss,
boolean useBias,
int maxIterations,
String representationName) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.