Uses of Class
org.nd4j.linalg.lossfunctions.impl.LossMixtureDensity.Builder
-
Packages that use LossMixtureDensity.Builder Package Description org.nd4j.linalg.lossfunctions.impl -
-
Uses of LossMixtureDensity.Builder in org.nd4j.linalg.lossfunctions.impl
Methods in org.nd4j.linalg.lossfunctions.impl that return LossMixtureDensity.Builder Modifier and Type Method Description static LossMixtureDensity.BuilderLossMixtureDensity. builder()LossMixtureDensity.BuilderLossMixtureDensity.Builder. gaussians(int aGaussians)Specifies the number of gaussian functions to attempt fitting against the data.LossMixtureDensity.BuilderLossMixtureDensity.Builder. labelWidth(int aLabelWidth)Specifies the width of the labels vector which also corresponds to the width of the 'mean' vector for each of the gaussian functions.
-