Uses of Class
org.deeplearning4j.nn.conf.ocnn.OCNNOutputLayer.Builder
-
Packages that use OCNNOutputLayer.Builder Package Description org.deeplearning4j.nn.conf.ocnn -
-
Uses of OCNNOutputLayer.Builder in org.deeplearning4j.nn.conf.ocnn
Methods in org.deeplearning4j.nn.conf.ocnn that return OCNNOutputLayer.Builder Modifier and Type Method Description OCNNOutputLayer.Builder
OCNNOutputLayer.Builder. activation(IActivation activation)
The activation function to use with ocnnOCNNOutputLayer.Builder
OCNNOutputLayer.Builder. configureR(boolean configureR)
Whether to use the specifiedinitialRValue
or use the weight initialization with the neural network for the r valueOCNNOutputLayer.Builder
OCNNOutputLayer.Builder. hiddenLayerSize(int hiddenLayerSize)
The hidden layer size for the one class neural network.OCNNOutputLayer.Builder
OCNNOutputLayer.Builder. initialRValue(double initialRValue)
The initial r value to use for ocnn for definition, see the paper, note this is only active whenconfigureR
is specified as trueOCNNOutputLayer.Builder
OCNNOutputLayer.Builder. nOut(int nOut)
OCNNOutputLayer.Builder
OCNNOutputLayer.Builder. nu(double nu)
For nu definition see the paperOCNNOutputLayer.Builder
OCNNOutputLayer.Builder. windowSize(int windowSize)
The number of examples to use for computing the quantile for the r value update.Constructors in org.deeplearning4j.nn.conf.ocnn with parameters of type OCNNOutputLayer.Builder Constructor Description OCNNOutputLayer(OCNNOutputLayer.Builder builder)
-