ILossFunction for equivalent functionality.
Allows for custom loss functions. Use computeScore with an instance of the loss function classs instead.@Deprecated public class LossCalculation extends Object
| Constructor and Description |
|---|
LossCalculation()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
score()
Deprecated.
Score the entire (mini)batch
|
INDArray |
scoreExamples()
Deprecated.
Calculate the score for each example individually.
|
public double score()
public INDArray scoreExamples()
Copyright © 2017. All rights reserved.