代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/218996/14899851
java svm_parameter.java
package libsvm;
public class svm_parameter
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int ONE_CLASS = 2;
public static final int E
www.eeworm.com/read/218995/14899973
java svm_parameter.java
package libsvm;
public class svm_parameter
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int ONE_CLASS = 2;
public static final int E
www.eeworm.com/read/214051/15115166
m print_parameter.m
function s = print_parameter(parameter,value)
% s = print_parameter(parameter,value)
s = sprintf('Parameter %s = %f',parameter,value);
www.eeworm.com/read/213967/15119203
cs svm_parameter.cs
using System;
namespace libsvm
{
[Serializable]
public class svm_parameter
{
/* svm_type */
public const int C_SVC = 0;
public const int NU_SVC = 1;
public const int ONE_CLASS = 2
www.eeworm.com/read/213797/15124662
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////
www.eeworm.com/read/213797/15124685
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////
www.eeworm.com/read/212784/15149706
java svm_parameter.java
package libsvm;
public class svm_parameter implements Cloneable,java.io.Serializable
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int
www.eeworm.com/read/209760/15214689
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////
www.eeworm.com/read/209264/15224347
java svm_parameter.java
package libsvm;
public class svm_parameter implements Cloneable,java.io.Serializable
{
/* svm_type */
public static final int C_SVC = 0;
public static final int NU_SVC = 1;
public static final int