Package | Description |
---|---|
org.nd4j.linalg.lossfunctions.impl |
Modifier and Type | Method and Description |
---|---|
static LossMixtureDensity.Builder |
LossMixtureDensity.builder() |
LossMixtureDensity.Builder |
LossMixtureDensity.Builder.gaussians(int aGaussians)
Specifies the number of gaussian functions to attempt
fitting against the data.
|
LossMixtureDensity.Builder |
LossMixtureDensity.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.
|
Copyright © 2019. All rights reserved.