代码搜索:evaluate

找到约 3,619 项符合「evaluate」的源代码

代码结果 3,619
www.eeworm.com/read/307147/13727560

m evaluate_foe_log.m

function ld = evaluate_foe_log(this, x) %EVALUATE_FOE_LOG Log density of unnormalized FoE distribution % EVALUATE_FOE_LOG(P, X) computes the log density of an unnormalized % FoE distribution P f
www.eeworm.com/read/140847/5779336

m evaluate_tree_performance.m

function [score,outputs] = evaluate(CPD, fam, data, ns, cnodes) % Evaluate evaluate the performance of the classification/regression tree on given complete data % score = evaluate(CPD, fam, data, ns
www.eeworm.com/read/133943/5897519

m evaluate_tree_performance.m

function [score,outputs] = evaluate(CPD, fam, data, ns, cnodes) % Evaluate evaluate the performance of the classification/regression tree on given complete data % score = evaluate(CPD, fam, data, ns
www.eeworm.com/read/101594/6236287

bsh evaluate_buffer_in_beanshell.bsh

/* * Evaluate_Buffer_in_BeanShell.bsh - a BeanShell macro script for the * jEdit text editor - evaluates contents of buffer as * BeanShell script * Copyright (C) 2001 John Gellene * jgellene@nyc
www.eeworm.com/read/410511/11280241

sh grade_evaluate2.sh

#!/bin/sh # Usage: ./grade_evaluate2 grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] then echo 'Error: invalid grade' elif [ '$1' –lt '60' ] then echo 'no
www.eeworm.com/read/264473/11311852

sh grade_evaluate2.sh

#!/bin/sh # Usage: ./grade_evaluate2 grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] then echo 'Error: invalid grade' elif [ '$1' –lt '60' ] then echo 'no
www.eeworm.com/read/253789/12200276

sh grade_evaluate2.sh

#!/bin/sh # Usage: ./grade_evaluate2 grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] then echo 'Error: invalid grade' elif [ '$1' –lt '60' ] then echo 'no
www.eeworm.com/read/252193/12294619

sh grade_evaluate2.sh

#!/bin/sh # Usage: ./grade_evaluate2 grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] then echo 'Error: invalid grade' elif [ '$1' –lt '60' ] then echo 'no
www.eeworm.com/read/249982/12443622

m evaluate_tree_performance.m

function [score,outputs] = evaluate(CPD, fam, data, ns, cnodes) % Evaluate evaluate the performance of the classification/regression tree on given complete data % score = evaluate(CPD, fam, data, ns
www.eeworm.com/read/218623/14911968

m mil_bag_evaluate.m

function [acc, ncorrect] = MIL_bag_evaluate(bags, labels) nbag = length(bags); if (nbag ~= length(labels)) || (nbag == 0) acc = -1; return; %return -1 if the number of bags dismatch