代码搜索:Labeled
找到约 414 项符合「Labeled」的源代码
代码结果 414
www.eeworm.com/read/299984/7140365
m wvotec.m
%WVOTEC Weighted combiner (Adaboost weights)
%
% W = WVOTEC(A,V) compute weigths and store
% W = WVOTEC(V,U) Construct weighted combiner using weights U
%
% INPUT
% A Labeled data
www.eeworm.com/read/460435/7250840
m wvotec.m
%WVOTEC Weighted combiner (Adaboost weights)
%
% W = WVOTEC(A,V) compute weigths and store
% W = WVOTEC(V,U) Construct weighted combiner using weights U
%
% INPUT
% A Labeled data
www.eeworm.com/read/441245/7673054
m wvotec.m
%WVOTEC Weighted combiner (Adaboost weights)
%
% W = WVOTEC(A,V) compute weigths and store
% W = WVOTEC(V,U) Construct weighted combiner using weights U
%
% INPUT
% A Labeled data
www.eeworm.com/read/397102/8067998
m rbnc.m
%RBNC Radial basis neural net classifier
%
% W = rbnc(A,n)
%
% A feedforward neural network classifier with one hidden layer with
% at most n radial basis units is computed for the labeled dataset
www.eeworm.com/read/101082/6243240
2d l70.2d
#print
There is another file of cities with ZIP codes and states
in this directory, but it was typed in wrong. Some cities
in New Jersey are labeled as being in New York. However the
ZIP codes are r
www.eeworm.com/read/400577/11573018
m wvotec.m
%WVOTEC Weighted combiner (Adaboost weights)
%
% W = WVOTEC(A,V) compute weigths and store
% W = WVOTEC(V,U) Construct weighted combiner using weights U
%
% INPUT
% A Labeled data
www.eeworm.com/read/342008/12046852
m rbnc.m
%RBNC Radial basis neural net classifier
%
% W = rbnc(A,n)
%
% A feedforward neural network classifier with one hidden layer with
% at most n radial basis units is computed for the labeled dataset
www.eeworm.com/read/293183/8310218
m rbnc.m
%RBNC Radial basis neural net classifier
%
% W = rbnc(A,n)
%
% A feedforward neural network classifier with one hidden layer with
% at most n radial basis units is computed for the labeled dataset
www.eeworm.com/read/199568/7844822
java continuelabeltest.java
// Fig. K.2: ContinueLabelTest.java
// Labeled continue statement terminating a nested for statement.
public class ContinueLabelTest
{
public static void main( String args[] )
{
nex
www.eeworm.com/read/145545/12714482
java findit.java
package examples.basic;
/** A class used to demonstrate the use of
* a labeled break
*/
public class Findit {
public static void main( String[] args ) {
int row=0, col=0;
i