代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/213801/15124612
makefile
#
# makefile for svm_light
#
# Thorsten Joachims, 2002
#
# Thanks to Ralf Herbrich for the initial version.
#
CC=gcc # used C-compiler
CFLAGS= -O3 # rele
www.eeworm.com/read/370816/9584059
makefile
#
# makefile for svm_light
#
# Thorsten Joachims, 2002
#
# Thanks to Ralf Herbrich for the initial version.
#
CC=gcc # used C-compiler
CFLAGS= -O3 # rele
www.eeworm.com/read/133735/14028814
makefile
#
# makefile for svm_light
#
# Thorsten Joachims, 2002
#
# Thanks to Ralf Herbrich for the initial version.
#
CC=gcc # used C-compiler
CFLAGS= -O3 # rele
www.eeworm.com/read/201789/15396582
makefile
#
# makefile for svm_light
#
# Thorsten Joachims, 2002
#
# Thanks to Ralf Herbrich for the initial version.
#
CC=gcc # used C-compiler
CFLAGS= -O3 # rele
www.eeworm.com/read/382446/2636748
java jointclassificationtest.java
package com.aliasi.test.unit.classify;
import com.aliasi.test.unit.BaseTestCase;
import com.aliasi.classify.JointClassification;
public class JointClassificationTest extends BaseTestCase {
pu
www.eeworm.com/read/114701/15041278
cpp function.cpp
// *****************************************************************************
// 文件名:Function.cpp
//
// Classify() - 分类
// CancelPatternCenter() -
www.eeworm.com/read/382446/2636753
java naivebayesclassifiertest.java
package com.aliasi.test.unit.classify;
import com.aliasi.classify.NaiveBayesClassifier;
import com.aliasi.tokenizer.IndoEuropeanTokenizerFactory;
import com.aliasi.test.unit.BaseTestCase;
public c
www.eeworm.com/read/382446/2636758
java binarylmclassifiertest.java
package com.aliasi.test.unit.classify;
import com.aliasi.classify.BinaryLMClassifier;
import com.aliasi.lm.NGramBoundaryLM;
import com.aliasi.lm.NGramProcessLM;
import com.aliasi.test.unit.BaseTest
www.eeworm.com/read/382446/2636861
java reuters21578parsertest.java
package com.aliasi.test.unit.corpus.parsers;
import com.aliasi.test.unit.BaseTestCase;
import com.aliasi.classify.BinaryLMClassifier;
import com.aliasi.classify.Classification;
import com.aliasi.co
www.eeworm.com/read/289495/8547858
makefile
# Makefile for SVM-struct, 03.10.06
#Use the following to compile under unix or cygwin
CC = gcc
LD = gcc
#Call 'make' using the following line to make CYGWIN produce stand-alone Windows executables