代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/150905/12248846
m getlablist.m
%GETLABLIST Get label list of dataset
%
% LABLIST = GETLABLIST(A,STRING)
%
% Returns the label list of a dataset A.
% If STRING equals 'string' the label list is converted to characters,
% which may
www.eeworm.com/read/150905/12248870
m getnlab.m
%GETNLAB Get numeric labels
%
% [NLAB,LABLIST] = GETNLAB(A)
%
% The numeric labels of the dataset A are returned in NLAB.
% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))
% i
www.eeworm.com/read/150905/12250686
m demglm2.m
%DEMGLM2 Demonstrate simple classification using a generalized linear model.
%
% Description
% The problem consists of a two dimensional input matrix DATA and a
% vector of classifications T. The da
www.eeworm.com/read/252978/12252014
java datastructure.java
package learner;
public class Datastructure implements Comparable {
public double data;
public double label;
public double weight;
Datastructure(double data, double label, double weig
www.eeworm.com/read/252934/12254230
cs moduleinfoinsert.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/252829/12261670
cs form1.designer.cs
namespace 基于伪彩的图像显示
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/252630/12273294
cpp tspdlg.cpp
// TSPDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TSP.h"
#include "TSPDlg.h"
#include "math.h"
#include "time.h"
#include "stdlib.h"
#include "stdio.h"
#define N 10
www.eeworm.com/read/338909/12273574
java delete.java
package sfms;
import java.awt.*;
import javax.swing.*;
import java.sql.*;
import java.awt.event.*;
public class delete extends JFrame implements ActionListener{
JButton yesB,cancelB;
JTextFiel
www.eeworm.com/read/338909/12273601
java~24~ delete.java~24~
package sfms;
import java.awt.*;
import javax.swing.*;
import java.sql.*;
import java.awt.event.*;
public class delete extends JFrame implements ActionListener{
JButton yesB,cancelB;
JTextFiel
www.eeworm.com/read/338909/12273604
java~17~ delete.java~17~
package sfms;
import java.awt.*;
import javax.swing.*;
import java.sql.*;
import java.awt.event.*;
public class delete extends JFrame implements ActionListener{
JButton yesB,cancelB;
JTextFiel