代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/407981/11406759
gif methods.gif
www.eeworm.com/read/157733/11667469
c methods.c
/* Managing all the word-vector weighting/scoring methods
Copyright (C) 1997 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words
www.eeworm.com/read/258528/11857304
gif methods.gif
www.eeworm.com/read/153440/12033562
gif methods.gif
www.eeworm.com/read/153406/12035778
gif methods.gif
www.eeworm.com/read/338287/12314800
c methods.c
#include "headfile.h"
#include "global.h"
#include "mem_loc.h"
#include "myfun.h"
#include "methods.h"
float meanTotalValues(FMATRIX values, int row, int col) {
float meanValue = 0;
int i, j;
j=0
www.eeworm.com/read/338287/12314813
h methods.h
#ifndef __METHODS_H__
#define __METHODS_H__
#include "define_t.h"
float meanTotalValues(FMATRIX , int , int );
FVECTOR meanValues(FMATRIX , int , int );
float squareSum(FVECTOR, int);
void outputMat