代码搜索:Classify

找到约 2,639 项符合「Classify」的源代码

代码结果 2,639
www.eeworm.com/read/471592/6886005

c consultr.c

/*************************************************************************/ /* */ /* Classify items interactively using a set of rules */ /* ---------------------------------------------
www.eeworm.com/read/471592/6886010

c consult.c

/*************************************************************************/ /* */ /* Classify items interactively using a decision tree */ /* -----------------------------------------
www.eeworm.com/read/192735/8289398

c consultr.c

/*************************************************************************/ /* */ /* Classify items interactively using a set of rules */ /* ---------------------------------------
www.eeworm.com/read/192735/8289412

c consult.c

/*************************************************************************/ /* */ /* Classify items interactively using a decision tree */ /* -----------------------------------
www.eeworm.com/read/238296/13897382

c consultr.c

/*************************************************************************/ /* */ /* Classify items interactively using a set of rules */ /* ------------------------------------------
www.eeworm.com/read/238296/13897406

cpp consult.cpp

/*************************************************************************/ /* */ /* Classify items interactively using a decision tree */ /* --------------------------------------
www.eeworm.com/read/397106/8067574

m k_l_nn_rule_vc.m

% Classifies input using (k-l)NN classifier % This means that it will classify the input if at least l of the k nearest % neighbors agree on the label, and refuses to classify otherwise. % % NOTE: To
www.eeworm.com/read/196264/8109134

makefile-linux

# # makefile for svm_light # # Thorsten Joachims, 2002 # # Thanks to Ralf Herbrich for the initial version. # JAVAHOME =/usr/lib/j2sdk-1.4.2 # CFLAGS= -g -Wall -pedantic # debugging C-Compiler fl
www.eeworm.com/read/382446/2636751

java scoredprecisionrecallevaluationtest.java

package com.aliasi.test.unit.classify; import com.aliasi.classify.ScoredPrecisionRecallEvaluation; import com.aliasi.test.unit.BaseTestCase; public class ScoredPrecisionRecallEvaluationTest extends
www.eeworm.com/read/382446/2636745

java precisionrecallevaluationtest.java

package com.aliasi.test.unit.classify; import com.aliasi.classify.PrecisionRecallEvaluation; import com.aliasi.test.unit.BaseTestCase; public class PrecisionRecallEvaluationTest extends BaseTestCas