代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/192865/8268858
pas interactive.pas
////////////////////////////////////////////////////////////////////////////////
//
//
// FileName : InterActive.pas
// Creator : Shen Min
// Date : 2002-4-5
// Comment
www.eeworm.com/read/191902/8417125
m interactive_learning.m
function D = Interactive_Learning(train_features, train_targets, params, region);
% Classify using nearest neighbors and interactive learning
% Inputs:
% features- Train features
% targets - Tr
www.eeworm.com/read/286662/8751731
m interactive_learning.m
function test_targets = Interactive_Learning(train_patterns, train_targets, test_patterns, params)
% Classify using nearest neighbors and interactive learning
% Inputs:
% train_patterns - Train
www.eeworm.com/read/429434/8808706
pdf interactive segmentation with is.pdf
www.eeworm.com/read/381109/9109739
cpp interactive_polygon.cpp
#include "agg_basics.h"
#include "interactive_polygon.h"
namespace agg
{
interactive_polygon::interactive_polygon(unsigned np, double point_radius) :
m_polygon(np * 2),
m_n
www.eeworm.com/read/381109/9109888
h interactive_polygon.h
#ifndef INTERACTIVE_POLYGON_INCLUDED
#define INTERACTIVE_POLYGON_INCLUDED
#include "agg_array.h"
#include "agg_conv_stroke.h"
#include "agg_ellipse.h"
namespace agg
{
class simple_polyg