代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/196909/8050046
txt pgm09_16.txt
#
# This file contains the Python code from Program 9.16 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8050051
txt pgm06_01.txt
#
# This file contains the Python code from Program 6.1 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8050058
txt pgm05_03.txt
#
# This file contains the Python code from Program 5.3 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8050060
txt pgm06_21.txt
#
# This file contains the Python code from Program 6.21 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/196909/8050068
txt pgm06_10.txt
#
# This file contains the Python code from Program 6.10 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/397122/8065870
m demomodel.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp(' This demo explains the use of the advanced object oriented interface');
disp(' '
www.eeworm.com/read/397122/8065904
m deltablssvm.m
function model = deltablssvm(model,a1,a2)
% Bias term correction for the LS-SVM classifier
%
% >> model = deltablssvm(model, b_new)
%
% This function is only useful in the object oriented function
%
www.eeworm.com/read/333283/12691894
m demomodel.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp(' This demo explains the use of the advanced object oriented interface');
disp(' '
www.eeworm.com/read/331336/12832602
m demomodel.m
% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab
clc;
disp(' This demo explains the use of the advanced object oriented interface');
disp(' '
www.eeworm.com/read/331336/12832634
m deltablssvm.m
function model = deltablssvm(model,a1,a2)
% Bias term correction for the LS-SVM classifier
%
% >> model = deltablssvm(model, b_new)
%
% This function is only useful in the object oriented function
%