mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-02 16:29:35 +01:00
Set all registered classes into the doc_classes list.
This commit is contained in:
parent
f459384282
commit
eaf3abcea5
47
config.py
47
config.py
@ -9,6 +9,53 @@ def get_doc_classes():
|
|||||||
"MLPPVector",
|
"MLPPVector",
|
||||||
"MLPPMatrix",
|
"MLPPMatrix",
|
||||||
|
|
||||||
|
"MLPPUtilities",
|
||||||
|
"MLPPReg",
|
||||||
|
"MLPPActivation",
|
||||||
|
"MLPPCost",
|
||||||
|
"MLPPTransforms",
|
||||||
|
"MLPPStat",
|
||||||
|
"MLPPNumericalAnalysis",
|
||||||
|
"MLPPHypothesisTesting",
|
||||||
|
"MLPPGaussMarkovChecker",
|
||||||
|
"MLPPConvolutions",
|
||||||
|
"MLPPLinAlg",
|
||||||
|
|
||||||
|
"MLPPHiddenLayer",
|
||||||
|
"MLPPOutputLayer",
|
||||||
|
"MLPPMultiOutputLayer",
|
||||||
|
|
||||||
|
"MLPPKNN",
|
||||||
|
"MLPPKMeans",
|
||||||
|
|
||||||
|
"MLPPMLP",
|
||||||
|
"MLPPWGAN",
|
||||||
|
"MLPPPCA",
|
||||||
|
"MLPPUniLinReg",
|
||||||
|
"MLPPOutlierFinder",
|
||||||
|
"MLPPProbitReg",
|
||||||
|
"MLPPSVC",
|
||||||
|
"MLPPSoftmaxReg",
|
||||||
|
"MLPPAutoEncoder",
|
||||||
|
"MLPPTanhReg",
|
||||||
|
"MLPPSoftmaxNet",
|
||||||
|
"MLPPMultinomialNB",
|
||||||
|
"MLPPMANN",
|
||||||
|
"MLPPLogReg",
|
||||||
|
"MLPPLinReg",
|
||||||
|
"MLPPGaussianNB",
|
||||||
|
"MLPPGAN",
|
||||||
|
"MLPPExpReg",
|
||||||
|
"MLPPDualSVC",
|
||||||
|
"MLPPCLogLogReg",
|
||||||
|
"MLPPBernoulliNB",
|
||||||
|
"MLPPANN",
|
||||||
|
|
||||||
|
"MLPPDataESimple",
|
||||||
|
"MLPPDataSimple",
|
||||||
|
"MLPPDataComplex",
|
||||||
|
"MLPPData",
|
||||||
|
|
||||||
"MLPPTests",
|
"MLPPTests",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user