代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/209264/15224328
readme
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
www.eeworm.com/read/209030/15228966
cla rules3.cla
classification
3 2
0
x trapezoid 0.0 3.0 3.0 6.0
y trapezoid 0.0 3.0 3.0 6.0
1
x trapezoid 0.0 3.0 3.0 6.0
y trapezoid 1.0 4.0 4.0 7.0
2
x trapezoid 1.0 4.0 4.0 7.0
y trapezoid 1.0 4.0 4.0 7.0
www.eeworm.com/read/209030/15228983
cla rule4.cla
classification
4 2
0
x trapezoid 0.0 3.0 3.0 6.0
y trapezoid 0.0 3.0 3.0 6.0
1
x trapezoid 0.0 3.0 3.0 6.0
y trapezoid 1.0 4.0 4.0 7.0
2
x trapezoid 1.0 4.0 4.0 7.0
y trapezoid 1.0 4.0 4.0 7.0
3
www.eeworm.com/read/169602/5419390
hpp ndberror.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/165570/5481095
java employee.java
package sequentialProcessing;
import java.io.*;
/** An employee with a name, number, hourly wage and classification. */
public class Employee implements Serializable
{
/** The name of the e
www.eeworm.com/read/475152/6792563
txt new text document.txt
Capabilities of the latest version of MultiSpec include the following.
Import data
Display multispectral images
Histogram
Reformat
Create new channels
Cluster data
Define class
www.eeworm.com/read/473219/6848820
m display.m
function sys = display(X)
%display Displays a SET object.
% Author Johan L鰂berg
% $Id: display.m,v 1.6 2005/02/04 10:10:26 johanl Exp $
nlmi = size(X.clauses,2);
if (nlmi == 0)
www.eeworm.com/read/473219/6849007
m solvesdp.m
function diagnostic = solvesdp(varargin)
%SOLVESDP Computes solution to optimization problem
%
% DIAGNOSTIC = SOLVESDP(F,h,options) is the common command to
% solve optimization problems of th
www.eeworm.com/read/471358/6890722
m contents.m
% Support Vector Machine Toolbox
% Version 2.0-Aug-1998
%
% Support Vector Classification
%
% svc - Calculate support vectors for classification
% svcplot - Plot 2 dimensional clas
www.eeworm.com/read/471381/6892017
m testadaboost.m
function [Result,error,H,alpha]=TestAdaBoost(X,Y,C,T,Xver,Yver,WLearner)
%
% Test AdaBoost
%
%
% Input
% X - training set
% Y - label of samples in rtaining set
% 1 - belong to