代码搜索:preprocessing
找到约 856 项符合「preprocessing」的源代码
代码结果 856
www.eeworm.com/read/447044/7559917
java_avoidinginterfaces listing16-04_selectionlistener.java_avoidinginterfaces
// Listing 16-4. Using and Avoiding Interfaces at the Same Time with Preprocessing
public interface SelectionListener {
public void selectionChanged( StringListItem item );
}
public class S
www.eeworm.com/read/435150/7796495
cpp prog10_06.cpp
// Program 10.6 Debugging using preprocessing directives File: prog10_06.cpp
#include
#include // For random number generator
#include
www.eeworm.com/read/319883/13440462
cpp prog10_06.cpp
// Program 10.6 Debugging using preprocessing directives File: prog10_06.cpp
#include
#include // For random number generator
#include
www.eeworm.com/read/221464/4831235
cpp full_lambda.cpp
#define BOOST_MPL_PREPROCESSING_MODE
//#define BOOST_MPL_NO_LAMBDA_HEURISTIC
#include "boost/mpl/aux_/full_lambda.hpp"
www.eeworm.com/read/429426/1948708
py disc5.py
# Description: Shows how to round-off the cut-off points used for categorization.
# Category: preprocessing
# Uses: iris
# Classes: EquiNDiscretization, EntropyDiscretization
# Refer
www.eeworm.com/read/429426/1948738
py domain11.py
# Description: Adds two new numerical attributes to iris data set, that are, respectively, computed from two existing attributes
# Category: preprocessing
# Uses: iris
# Classes: Doma
www.eeworm.com/read/429426/1948826
py pp-attributes.py
# Description: Shows how to (manually) select a subset of attributes
# Category: preprocessing, feature subset selection
# Classes: Preprocessor, Preprocessor_select, Preprocessor_ignore
# U
www.eeworm.com/read/429426/1948855
py transformvalue-nc.py
# Description: Shows how to use value transformers
# Category: preprocessing
# Classes: TransformValue, Continuous2Discrete, Discrete2Continuous, MapIntValue
# Uses:
# Referenced:
www.eeworm.com/read/429426/1948884
py transformvalue-domain.py
# Description: Shows how to use value transformers
# Category: preprocessing
# Classes: TransformValue, Continuous2Discrete, Discrete2Continuous, MapIntValue
# Uses:
# Referenced:
www.eeworm.com/read/429426/1948892
py transformvalue-miv.py
# Description: Shows how to use value transformers
# Category: preprocessing
# Classes: TransformValue, Continuous2Discrete, Discrete2Continuous, MapIntValue
# Uses:
# Referenced: