@Namespace(value="cv::ml") public static class opencv_ml.ANN_MLP_ANNEAL extends opencv_ml.ANN_MLP
\sa \ref ml_intro_ann
ANNEAL, BACKPROP, GAUSSIAN, IDENTITY, LEAKYRELU, NO_INPUT_SCALE, NO_OUTPUT_SCALE, RELU, RPROP, SIGMOID_SYM, UPDATE_WEIGHTSCOMPRESSED_INPUT, PREPROCESSED_INPUT, RAW_OUTPUT, UPDATE_MODEL| Constructor and Description |
|---|
ANN_MLP_ANNEAL(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAnnealCoolingRatio() |
double |
getAnnealFinalT() |
double |
getAnnealInitialT() |
int |
getAnnealItePerStep() |
void |
setAnnealCoolingRatio(double val)
\copybrief getAnnealCoolingRatio @see getAnnealCoolingRatio
|
void |
setAnnealEnergyRNG(opencv_core.RNG rng)
\brief Set/initialize anneal RNG
|
void |
setAnnealFinalT(double val)
\copybrief getAnnealFinalT @see getAnnealFinalT
|
void |
setAnnealInitialT(double val)
\copybrief getAnnealInitialT @see getAnnealInitialT
|
void |
setAnnealItePerStep(int val)
\copybrief getAnnealItePerStep @see getAnnealItePerStep
|
create, getBackpropMomentumScale, getBackpropWeightScale, getLayerSizes, getRpropDW0, getRpropDWMax, getRpropDWMin, getRpropDWMinus, getRpropDWPlus, getTermCriteria, getTrainMethod, getWeights, load, load, setActivationFunction, setActivationFunction, setBackpropMomentumScale, setBackpropWeightScale, setLayerSizes, setLayerSizes, setLayerSizes, setRpropDW0, setRpropDWMax, setRpropDWMin, setRpropDWMinus, setRpropDWPlus, setTermCriteria, setTrainMethod, setTrainMethodcalcError, calcError, calcError, empty, getVarCount, isClassifier, isTrained, predict, predict, predict, predict, predict, predict, train, train, train, train, trainloadANN_MLP, loadANN_MLP, loadBoost, loadBoost, loadDTrees, loadDTrees, loadEM, loadEM, loadKNearest, loadKNearest, loadLogisticRegression, loadLogisticRegression, loadNormalBayesClassifier, loadNormalBayesClassifier, loadRTrees, loadRTrees, loadSVM, loadSVMclear, getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ANN_MLP_ANNEAL(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public double getAnnealInitialT()
getAnnealInitialT in class opencv_ml.ANN_MLPsetAnnealInitialTpublic void setAnnealInitialT(double val)
setAnnealInitialT in class opencv_ml.ANN_MLPpublic double getAnnealFinalT()
getAnnealFinalT in class opencv_ml.ANN_MLPsetAnnealFinalTpublic void setAnnealFinalT(double val)
setAnnealFinalT in class opencv_ml.ANN_MLPpublic double getAnnealCoolingRatio()
getAnnealCoolingRatio in class opencv_ml.ANN_MLPsetAnnealCoolingRatiopublic void setAnnealCoolingRatio(double val)
setAnnealCoolingRatio in class opencv_ml.ANN_MLPpublic int getAnnealItePerStep()
getAnnealItePerStep in class opencv_ml.ANN_MLPsetAnnealItePerSteppublic void setAnnealItePerStep(int val)
setAnnealItePerStep in class opencv_ml.ANN_MLPpublic void setAnnealEnergyRNG(@Const @ByRef
opencv_core.RNG rng)
setAnnealEnergyRNG in class opencv_ml.ANN_MLPCopyright © 2018. All rights reserved.