MCPcopy Create free account

hub / github.com/PacktCode/Practical-Machine-Learning / functions

Functions479 in github.com/PacktCode/Practical-Machine-Learning

MethodsetW1
(DenseMatrix w1)
mahout/chapter11/dlexample/src/main/java/AutoencoderParams.java:30
MethodsetW2
(DenseMatrix w2)
mahout/chapter11/dlexample/src/main/java/AutoencoderFctGrd.java:39
MethodsetW2
(DenseMatrix w2)
mahout/chapter11/dlexample/src/main/java/AutoencoderParams.java:38
MethodsimpleTest1DConvolution
()
mahout/chapter11/dlexample/src/test/java/FFTConvolutionTest.java:95
MethodsimpleTest1DFFT
()
mahout/chapter11/dlexample/src/test/java/FFTConvolutionTest.java:73
MethodsimpleTest2DConvolution
()
mahout/chapter11/dlexample/src/test/java/FFTConvolutionTest.java:129
MethodsimpleTest2DFFT
()
mahout/chapter11/dlexample/src/test/java/FFTConvolutionTest.java:82
Methodsuite
@return the suite of tests being tested
mahout/chapter7/fpgrowthexample/src/test/java/com/packt/pml/mahout/fpgrowth/FPgrowthTest.java:31
Methodsuite
@return the suite of tests being tested
mahout/chapter5/randomforestexample/src/test/java/com/packt/pml/mahout/randomforest/RandomForestTest.java:32
Methodsuite
@return the suite of tests being tested
mahout/chapter8/k-meansexample/src/test/java/com/packt/pml/mahout/kmeans/KMeansTest.java:31
Methodsuite
@return the suite of tests being tested
mahout/chapter9/naivebayesexample/src/test/java/com/packt/pml/mahout/naivebayes/NaiveBayesTest.java:26
Methodsuite
@return the suite of tests being tested
mahout/chapter10/logisticregressionexample/src/test/java/com/packt/pml/mahout/logreg/LogisticRegressionTest.java:31
Functionsvm_get_labels
julia/chapter6/svmexample/reference/svm.cpp:2422
Functionsvm_get_svm_type
julia/chapter6/svmexample/reference/svm.cpp:2412
Functionsvm_load_model
julia/chapter6/svmexample/reference/svm.cpp:2689
Functionsvm_set_print_string_function
julia/chapter6/svmexample/reference/svm.cpp:3066
Functionsvmpredict
julia/chapter6/svmexample/reference/libsvm_wrapper.c:400
Functionsvmtrain
julia/chapter6/svmexample/reference/libsvm_wrapper.c:268
Functionsvmwrite
julia/chapter6/svmexample/reference/libsvm_wrapper.c:501
Methodswap_index
julia/chapter6/svmexample/reference/svm.cpp:209
Methodswap_index
julia/chapter6/svmexample/reference/svm.cpp:1281
Methodswap_index
julia/chapter6/svmexample/reference/svm.cpp:1330
Methodswap_index
julia/chapter6/svmexample/reference/svm.cpp:1372
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/ExtractPatchesTest.java:40
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/RankTest.java:45
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/MaxPoolerTest.java:44
MethodtearDown
()
mahout/chapter11/dlexample/src/test/java/ThreeLayerTest.java:62
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/FFTConvolutionTest.java:50
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/PreProcessTest.java:52
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/ExtractPatchesTuplesTest.java:42
MethodtearDown
()
mahout/chapter11/dlexample/src/test/java/OneLayerTest.java:37
MethodtearDown
()
mahout/chapter11/dlexample/src/test/java/LoadSaveModelTest.java:64
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/LinAlgebraIOUtilsTest.java:42
MethodtearDown
()
mahout/chapter11/dlexample/src/test/java/TwoLayersTest.java:57
MethodtearDown
@throws java.lang.Exception
mahout/chapter11/dlexample/src/test/java/FeatureExtractionTest.java:50
MethodtearDown
()
mahout/chapter11/dlexample/src/test/java/AutoencoderTest.java:36
Methodtest
()
mahout/chapter11/dlexample/src/test/java/TwoLayersTest.java:63
Methodtest1DMaxPooling
()
mahout/chapter11/dlexample/src/test/java/MaxPoolerTest.java:64
Methodtest2DMaxPooling
()
mahout/chapter11/dlexample/src/test/java/MaxPoolerTest.java:75
MethodtestApp
Rigourous Test :-)
mahout/chapter7/fpgrowthexample/src/test/java/com/packt/pml/mahout/fpgrowth/FPgrowthTest.java:39
MethodtestApp
Rigourous Test :-)
mahout/chapter8/k-meansexample/src/test/java/com/packt/pml/mahout/kmeans/KMeansTest.java:39
MethodtestBaseLayer
()
mahout/chapter11/dlexample/src/test/java/OneLayerTest.java:95
MethodtestCommonPrefix
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:68
MethodtestDenseMatrixObjectIO
()
mahout/chapter11/dlexample/src/test/java/LinAlgebraIOUtilsTest.java:74
MethodtestDenseMatrixTextIO
()
mahout/chapter11/dlexample/src/test/java/LinAlgebraIOUtilsTest.java:90
MethodtestDenseVectorObjectIO
()
mahout/chapter11/dlexample/src/test/java/LinAlgebraIOUtilsTest.java:61
MethodtestDenseVectorTextIO
()
mahout/chapter11/dlexample/src/test/java/LinAlgebraIOUtilsTest.java:48
MethodtestDuplicate
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:164
MethodtestFileAsStringArray
(String file)
mahout/chapter5/randomforestexample/src/main/java/com/packt/pml/mahout/randomforest/RandomForest.java:143
MethodtestForLoop
()
mahout/chapter11/dlexample/src/test/java/TwoLayersTest.java:115
MethodtestGeneration
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:118
MethodtestGradient
()
mahout/chapter11/dlexample/src/test/java/AutoencoderTest.java:42
MethodtestIndependentBranches
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:61
MethodtestLogisticRegression
Rigourous Test :-)
mahout/chapter10/logisticregressionexample/src/test/java/com/packt/pml/mahout/logreg/LogisticRegressionTest.java:39
MethodtestNaiveBayes
Rigourous Test :-)
mahout/chapter9/naivebayesexample/src/test/java/com/packt/pml/mahout/naivebayes/NaiveBayesTest.java:34
MethodtestNeighbors
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:95
MethodtestNumeric
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:76
MethodtestOneBranch
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:57
MethodtestPaths
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:109
MethodtestPruning
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:136
MethodtestRandomForest
Rigourous Test :-)
mahout/chapter5/randomforestexample/src/test/java/com/packt/pml/mahout/randomforest/RandomForestTest.java:40
MethodtestRoutes
(self)
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:84
MethodtestSmallLoop
()
mahout/chapter11/dlexample/src/test/java/ThreeLayerTest.java:68
MethodtestSmallLoop
()
mahout/chapter11/dlexample/src/test/java/LoadSaveModelTest.java:70
MethodtestSmallLoop
()
mahout/chapter11/dlexample/src/test/java/TwoLayersTest.java:169
MethodtestSupport
Issue #2: incorrect support calculation for shared paths
python-sckit-learn/chapter7/fpgrowthexample/test-fpgrowth.py:149
MethodtestVectorArrayObjectIO
()
mahout/chapter11/dlexample/src/test/java/LinAlgebraIOUtilsTest.java:105
Methodtree
The tree in which this node appears.
python-sckit-learn/chapter7/fpgrowthexample/fp_growth.py:247
Functionunivariate_feature_selection
Selects 'n' features in the dataset. Returns the Reduced Dataset n (int), ds (Dataset) -> Dataset
python-sckit-learn/chapter9/naivebayesexample/feature-selection.py:12
Methodupdate
(String status)
mahout/chapter7/fpgrowthexample/src/main/java/com/packt/pml/mahout/fpgrowth/FrequentPatternMiningJava.java:72
Methodupdate_alpha_status
julia/chapter6/svmexample/reference/svm.cpp:428
MethodzeroMeanPreprocessingFFTConvTest
()
mahout/chapter11/dlexample/src/test/java/FFTConvolutionTest.java:300
Method~Cache
julia/chapter6/svmexample/reference/svm.cpp:101
Method~Kernel
julia/chapter6/svmexample/reference/svm.cpp:286
Method~ONE_CLASS_Q
julia/chapter6/svmexample/reference/svm.cpp:1337
Method~QMatrix
julia/chapter6/svmexample/reference/svm.cpp:197
Method~SVC_Q
julia/chapter6/svmexample/reference/svm.cpp:1289
Method~SVR_Q
julia/chapter6/svmexample/reference/svm.cpp:1403
Method~Solver
julia/chapter6/svmexample/reference/svm.cpp:394
← previous401–479 of 479, ranked by callers