Home
last modified time | relevance | path

Searched defs:MSE (Results 1 – 25 of 142) sorted by relevance

123456

/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dmetric.jl241 mutable struct MSE{N} <: AbstractEvalMetric struct
245 MSE{N}() where {N} = new(Vector{NDArray{MX_float,N}}(), 0) argument
248 MSE() = MSE{1}() # backward compat? function
250 hasNDArraySupport(::MSE) = Val{true}()
252 function _update_single_output(metric::MSE, label::NDArray{T,N},
261 function get(metric::MSE)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dmetric.jl241 mutable struct MSE{N} <: AbstractEvalMetric struct
245 MSE{N}() where {N} = new(Vector{NDArray{MX_float,N}}(), 0) argument
248 MSE() = MSE{1}() # backward compat? function
250 hasNDArraySupport(::MSE) = Val{true}()
252 function _update_single_output(metric::MSE, label::NDArray{T,N},
261 function get(metric::MSE)
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/cv/metrics/
H A Dmse.hpp25 class MSE class
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Danova1.m162 MSE = SSE / dfe; ## Mean Square for Error variable
164 MSE = NaN; variable
H A Dkruskalwallis.m158 MSE = SSE / dfe; ## Mean Squared Error variable
160 MSE = NaN; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DAutoMLMetricEnum.h20 MSE, enumerator
/dports/devel/spark/spark-2.1.1/examples/src/main/python/mllib/
H A Dlinear_regression_with_sgd_example.py46 MSE = valuesAndPreds \ variable
H A Drecommendation_example.py46 MSE = ratesAndPreds.map(lambda r: (r[1][0] - r[1][1])**2).mean() variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DUtil.py18 def MSE(blk1, blk2): function
/dports/multimedia/libvpx/libvpx-1.11.0/tools/3D-Reconstruction/MotionEST/
H A DUtil.py18 def MSE(blk1, blk2): function
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DUtil.py18 def MSE(blk1, blk2): function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DUtil.py18 def MSE(blk1, blk2): function
/dports/misc/orange3/orange3-3.29.1/doc/data-mining-library/source/reference/
H A Devaluation.cd.rst56 MSE section in Scoring methods (``scoring``)
/dports/devel/spark/spark-2.1.1/examples/src/main/java/org/apache/spark/examples/mllib/
H A DJavaLinearRegressionWithSGDExample.java77 double MSE = new JavaDoubleRDD(valuesAndPreds.map( in main() local
H A DJavaRecommendationExample.java79 double MSE = JavaDoubleRDD.fromRDD(ratesAndPreds.map( in main() local
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/mllib/
H A DLinearRegressionWithSGDExample.scala54 val MSE = valuesAndPreds.map{ case(v, p) => math.pow((v - p), 2) }.mean() constant
H A DRecommendationExample.scala55 val MSE = ratesAndPreds.map { case ((user, product), (r1, r2)) => constant
H A DPCAExample.scala65 val MSE = valuesAndPreds.map { case (v, p) => math.pow((v - p), 2) }.mean() constant
/dports/science/pybrain/pybrain-0.3.3/pybrain/tools/
H A Dvalidation.py45 def MSE(cls, output, target, importance=None): member in Validator
171 def MSE(cls, module, dataset): member in ModuleValidator
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DExternalLibs-MathSAT.C94 msat_term IndetToMathSAT(msat_env MSE, const std::string& name) in IndetToMathSAT()
103 msat_term RingElemToMathSAT(msat_env MSE, ConstRefRingElem L, in RingElemToMathSAT()
130 msat_term RowToMathSAT(msat_env MSE, ConstMatrixView M, long i, in RowToMathSAT()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DExternalLibs-MathSAT.C94 msat_term IndetToMathSAT(msat_env MSE, const std::string& name) in IndetToMathSAT()
103 msat_term RingElemToMathSAT(msat_env MSE, ConstRefRingElem L, in RingElemToMathSAT()
130 msat_term RowToMathSAT(msat_env MSE, ConstMatrixView M, long i, in RowToMathSAT()
/dports/graphics/dia/dia-0.97.3/shapes/
H A DMakefile.am3 Civil jigsaw MSE SDL Logic sybase Misc Assorted Cisco \ subdir
/dports/math/py-benford_py/benford_py-0.5.0/benford/
H A Dbenford.py698 limit_N=None, MAD=False, MSE=False, chi_square=False, argument
823 limit_N=None, MAD=False, MSE=False, chi_square=False, argument
937 limit_N=None, MAD=False, MSE=False, chi_square=False, argument
1248 MAD=False, MSE=False, chi_square=False, KS=False, argument
1328 MAD=False, MSE=False, chi_square=False, KS=False, argument
1405 MAD=False, MSE=False, chi_square=False, KS=False, argument
1844 confidence=None, high_Z='pos', limit_N=None, MSE=False, argument
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dquality.cc71 double MSE(const uint8_t* img, int imgStride, in MSE() function
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dquality.cc71 double MSE(const uint8_t* img, int imgStride, in MSE() function

123456