代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
predict_performance.m
function a = predict_performance(algorithm, algorithm_params, features, targets, region)
% Predict the final performance of an algorithm from the learning curves
% Inputs:
% algorithm
dsignature.java
/****************************************************************
* 软件:Java签名协议扩展 (Java Signature Protocol Extension, JSPE)
* 版本:V1.0
* 软件功能:实现SSL签名协议
* 模块:公共类DSignature
*------------------------
protsetupdate.hpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : header of class ProtSetUpdate
History : see
predict_performance.m
function a = predict_performance(algorithm, algorithm_params, features, targets, region)
% Predict the final performance of an algorithm from the learning curves
% Inputs:
% algorithm
diagnose_container.sof
@ Sof v1.0 @
' TransformBuilder GUI v2.0
@ FrontEnd @
name = AudioFrontEnd;
audio = {
};
audio_output = {
};
frame_duration = 0.01;
output_mode = SOF_FEATURES_BINARY;
start_time = 0.0;
end_time = -
diagnose_recipe_zeromean.sof
@ Sof v1.0 @
' TransformBuilder GUI v2.0
@ AudioFrontEnd 0 @
audio_input = {
byte_order = LITTLE_ENDIAN;
file_type = BINARY;
file_format = SOF;
num_channels = 1;
};
frame_duration = 0.01;
@
params0.sof
@ Sof v1.0 @
# This is the parameters file for the production system
@ FrontEnd 0 @
name = "AudioFrontEnd";
audio = {
byte_order = BIG_ENDIAN;
num_channels = 1;
};
frame_duration = 0.01;
target
encdecfactory.java
/*
* Created on 2004-5-11
*
*/
package com.esimple.service.crypto.cipher;
/**
* @author steven
*
*/
public class EncdecFactory {
public static final String ALGORITHM_DES="DES";
digesttool.java
/*
* Created on 2004-5-11
*
*/
package com.esimple.service.crypto.digest;
/**
* @author steven
*
*/
public class DigestTool {
public static String digest(String myInfo) {
retu
predict_performance.m
function a = predict_performance(algorithm, algorithm_params, features, targets, region)
% Predict the final performance of an algorithm from the learning curves
% Inputs:
% algorithm