代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/190056/5189300
tex category.tex
\chapter{Classes by category}\label{classesbycat}
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
\setfooter{\thepage}{}{}{}{}{\thepage}%
A classification of wxWidgets class
www.eeworm.com/read/168845/5434062
rst sequences-concepts.rst
The taxonomy of sequence concepts in MPL parallels the taxonomy of the MPL
|iterators|, with two additional classification dimensions:
`extensibility` and `associativeness`.
.. The latter tw
www.eeworm.com/read/283334/4083006
tex category.tex
\chapter{Classes by category}\label{classesbycat}
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
\setfooter{\thepage}{}{}{}{}{\thepage}%
A classification of wxWidgets c
www.eeworm.com/read/283334/4083946
tex category.tex
\chapter{Classes by category}\label{classesbycat}
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
\setfooter{\thepage}{}{}{}{}{\thepage}%
A classification of Gizmos clas
www.eeworm.com/read/283334/4083989
tex category.tex
\chapter{Classes by category}\label{classesbycat}
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
\setfooter{\thepage}{}{}{}{}{\thepage}%
A classification of FL classes
www.eeworm.com/read/429426/1948678
py ensemble.py
# Description: Demonstrates the use of boosting and bagging from orngEnsemble module
# Category: classification, ensembles
# Classes: BoostedLearner, BaggedLearner
# Uses: lymphograph
www.eeworm.com/read/367675/2833003
txt 3.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: svm and bayes rule in Classification
发信站: 南京大学小百合站 (Thu Jul 4 12:40:28 2002), 站内信件
篇名: Support Vector Machines and the Bayes Rule in Classification
刊名: Dat
www.eeworm.com/read/367675/2837160
txt 211.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: svm and bayes rule in Classification
发信站: 南京大学小百合站 (Thu Jul 4 12:40:28 2002), 站内信件
篇名: Support Vector Machines and the Bayes Rule in Classification
刊名: Dat
www.eeworm.com/read/187925/8590652
java database.java
import java.awt.*;
import java.util.*;
/********************************************************
* This class maintains the database of the points under classification
*
*/
class Database {
fi
www.eeworm.com/read/282846/9056162
m augvec.m
function a = augvec(x)
% augvec(x)
% concatenates the columns of a matrix into a vector
% Matlab code for Gaussian Processes for Classification:
% GPCLASS version 0.2