代码搜索:finding
找到约 1,199 项符合「finding」的源代码
代码结果 1,199
www.eeworm.com/read/338928/12271467
java apriori.java
//package datamining;
import java.io.*;
import java.util.*;
/**
* A bare bone clean implementation of the Apriori
* algorithm for finding frequent itemsets. Good for educational
* purpose
www.eeworm.com/read/338928/12271475
java partition.java
//package datamining;
import java.io.*;
import java.util.*;
/**
* Class for implementing partition algorithm for
* finding frequent itemsets.
*
* @author Michael Holler
* @version 0.2
www.eeworm.com/read/337670/12351143
c fpt.c
/* fpt.c (release mode)
*
* Use threshold for finding large itemsets with supports >= the threshold.
* This is the implementation using the FP-tree structure according to the paper:
* Jiawei Ha
www.eeworm.com/read/131634/14134999
m empder_search.m
function [Jopt,Wopt,OptDetails] = empder_search(contrast,x,W,kparam,optparam)
% EMPDER_SEARCH - Steepest descent method for finding a minima in the
% Stiefel manifold of orthogonal
www.eeworm.com/read/221729/14725712
java apriori.java
package datamining;
import java.io.*;
import java.util.*;
/**
* A bare bone clean implementation of the Apriori
* algorithm for finding frequent itemsets. Good for educational
* purposes
www.eeworm.com/read/221058/14758800
java sampling.java
package datamining;
import java.io.*;
import java.util.*;
/**
* Class for finding frequent itemsets using sampling
* with the Apriori algorithm.
*
* @author Michael Holler
* @version
www.eeworm.com/read/221058/14758815
java apriori.java
package datamining;
import java.io.*;
import java.util.*;
/**
* A bare bone clean implementation of the Apriori
* algorithm for finding frequent itemsets. Good for educational
* purposes
www.eeworm.com/read/216488/15005737
m framepropertiesobjfun.m
function y=FramePropertiesObjFun(x,F,s);
% FramePropertiesObjFun Objective function for finding the x that is
% most difficult to represent by a sparse approximation using the frame F
% y is 1-r
www.eeworm.com/read/472524/1410061
java playerlistener.java
package bingo.shared;
// implement this interface if you are interested
// in finding out when new players register for a
// game
public interface PlayerListener extends Listener {
public void up
www.eeworm.com/read/221689/4827150
java playerlistener.java
package bingo.shared;
// implement this interface if you are interested
// in finding out when new players register for a
// game
public interface PlayerListener extends Listener {
public void up