Uses of Interface
org.nd4j.linalg.lossfunctions.ILossFunction
-
Packages that use ILossFunction Package Description org.nd4j.linalg.lossfunctions org.nd4j.linalg.lossfunctions.impl org.nd4j.serde.json -
-
Uses of ILossFunction in org.nd4j.linalg.lossfunctions
Classes in org.nd4j.linalg.lossfunctions that implement ILossFunction Modifier and Type Class Description classSameDiffLossMethods in org.nd4j.linalg.lossfunctions that return ILossFunction Modifier and Type Method Description ILossFunctionLossFunctions.LossFunction. getILossFunction() -
Uses of ILossFunction in org.nd4j.linalg.lossfunctions.impl
Classes in org.nd4j.linalg.lossfunctions.impl that implement ILossFunction Modifier and Type Class Description classLossBinaryXENTclassLossCosineProximityclassLossFMeasureclassLossHingeclassLossKLDclassLossL1classLossL2classLossMAEclassLossMAPEclassLossMCXENTclassLossMixtureDensityclassLossMSEclassLossMSLEclassLossMultiLabelclassLossNegativeLogLikelihoodclassLossPoissonclassLossSparseMCXENTclassLossSquaredHingeclassLossWasserstein -
Uses of ILossFunction in org.nd4j.serde.json
Method parameters in org.nd4j.serde.json with type arguments of type ILossFunction Modifier and Type Method Description static voidLegacyILossFunctionDeserializer. registerLegacyClassDefaultName(@NonNull Class<? extends ILossFunction> clazz)static voidLegacyILossFunctionDeserializer. registerLegacyClassSpecifiedName(@NonNull String name, @NonNull Class<? extends ILossFunction> clazz)
-