代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/455708/7368058
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// classify.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/436945/7758470
m subsref.m
function g = subsref(f, s)
%SOFTMAX/SUBSREF Access fields of SOFTMAX object or classify new data.
% $Id: subsref.m,v 1.1 1999/06/04 18:50:50 michael Exp $
% $Log: subsref.m,v $
% Revision 1.1
www.eeworm.com/read/436088/7777288
cs neuralnet.cs
namespace FinanceAI.AI
{
public abstract class NeuralNet : IClassifier, IRanker
{
public abstract string Classify( ISample sample );
public abstract bool Classify( ISam
www.eeworm.com/read/197100/8029888
dsp tesseract.dsp
# Microsoft Developer Studio Project File - Name="tesseract" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/143954/12827708
plg smoclassify.plg
Build Log
--------------------Configuration: smoClassify - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\A
www.eeworm.com/read/328078/13047163
m subsref.m
function g = subsref(f, s)
%SOFTMAX/SUBSREF Access fields of SOFTMAX object or classify new data.
% $Id: subsref.m,v 1.1 1999/06/04 18:50:50 michael Exp $
% $Log: subsref.m,v $
% Revision 1.1
www.eeworm.com/read/310621/13648613
m adaboostclassify.m
function [Y]=AdaBoostClassify(H,alpha,X)
% AdaBoost classify
T=size(alpha,2);
Thresh=sum(alpha)/2;
Yres=0;
for t=1:T
%find weak classifier decision
Label=WeakClassify(X,H{t},'ROC');
www.eeworm.com/read/307914/13713191
h svm.h
#ifndef SVMachine_H
#define SVMachine_H
class vec2D;
#define TYPESIZE 256
class SVMachine
{
public:
SVMachine(const wchar_t* fname);
//SVMachine(const SVMachine& sv
www.eeworm.com/read/306180/13750200
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// classify.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/152629/5672758
java testnaivebayes.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th