代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/432916/8564376
java leafcategorizer.java
package id3;
import java.lang.*;
import java.util.*;
import java.io.*;
import shared.*;
import shared.Error;
/** NodeCategorizer for categorizers that don't need to ask other
* categorizers
www.eeworm.com/read/432916/8564391
java nodecategorizer.java
package id3;
import java.lang.*;
import java.util.*;
import shared.*;
import shared.Error;
/** An abstract base class categorizer for categorizers that may sit in nodes of
* decision trees, gra
www.eeworm.com/read/432916/8564406
java rdgcategorizer.java
package id3;
import java.io.*;
import shared.*;
import shared.Error;
/** Categorizer goes down the RootedCatGraph using the Categorizer at each node
* until it reaches a node with no children.
www.eeworm.com/read/288980/8589112
java leafcategorizer.java
package id3;
import java.lang.*;
import java.util.*;
import java.io.*;
import shared.*;
import shared.Error;
/** NodeCategorizer for categorizers that don't need to ask other
* categorizers
www.eeworm.com/read/288980/8589116
java nodecategorizer.java
package id3;
import java.lang.*;
import java.util.*;
import shared.*;
import shared.Error;
/** An abstract base class categorizer for categorizers that may sit in nodes of
* decision trees, gra
www.eeworm.com/read/288980/8589125
java rdgcategorizer.java
package id3;
import java.io.*;
import shared.*;
import shared.Error;
/** Categorizer goes down the RootedCatGraph using the Categorizer at each node
* until it reaches a node with no children.
www.eeworm.com/read/287770/8670261
m at.m
function [idx] = at(y,xs)
% [idx] = at(y,xs) Return elements of y nearest to xs
% AT is the inverse of the indexing paren operator. Ie,
%
% xs=y(idx) idx=at(y,xs)
%
% AT can for instance be used
www.eeworm.com/read/387313/8693519
dipatch .dipatch
This file tells patchadd that this is a direct instance patch
DO NOT DELETE
www.eeworm.com/read/387312/8693583
dipatch .dipatch
This file tells patchadd that this is a direct instance patch
DO NOT DELETE
www.eeworm.com/read/386806/8724993
c ncr5380.c
/*
* NCR 5380 generic driver routines. These should make it *trivial*
* to implement 5380 SCSI drivers under Linux with a non-trantor
* architecture.
*
* Note that these routines also wor