代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/364791/9895213
h instance.h
/*
* Copyright (c) 2002 The Board of Trustees of the University of Illinois and
* William Marsh Rice University
* Copyright (c) 2002 The University of Utah
* Copyright (c) 2002
www.eeworm.com/read/359181/10162127
java instance.java
package shared;
import java.lang.*;
import java.io.*;
/** The class Instance provides instances with or without label and
* support for describing instances, iterating through values, and looki
www.eeworm.com/read/161771/10378102
pak instance.pak
www.eeworm.com/read/161460/10407519
java instance.java
package shared;
import java.lang.*;
import java.io.*;
/** The class Instance provides instances with or without label and
* support for describing instances, iterating through values, and looki
www.eeworm.com/read/270994/11013436
h instance.h
/***************************************************************************
instance.h - description
-------------------
begin
www.eeworm.com/read/270994/11013500
cpp instance.cpp
/***************************************************************************
instance.cpp - description
-------------------
begin
www.eeworm.com/read/416346/11031908
java instance.java
package gaknn.core;
/**
* Reprsents an instance of the data set
*
* @author Niroshinie Dayaratne
*/
public class Instance
implements Copyable {
protected Instances m_Dataset;
/**