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.BuilderOCNNOutputLayer.Builder. activation(IActivation activation)The activation function to use with ocnnOCNNOutputLayer.BuilderOCNNOutputLayer.Builder. configureR(boolean configureR)Whether to use the specifiedinitialRValueor use the weight initialization with the neural network for the r valueOCNNOutputLayer.BuilderOCNNOutputLayer.Builder. hiddenLayerSize(int hiddenLayerSize)The hidden layer size for the one class neural network.OCNNOutputLayer.BuilderOCNNOutputLayer.Builder. initialRValue(double initialRValue)The initial r value to use for ocnn for definition, see the paper, note this is only active whenconfigureRis specified as trueOCNNOutputLayer.BuilderOCNNOutputLayer.Builder. nOut(int nOut)OCNNOutputLayer.BuilderOCNNOutputLayer.Builder. nu(double nu)For nu definition see the paperOCNNOutputLayer.BuilderOCNNOutputLayer.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)
-