代码搜索:Fisher

找到约 776 项符合「Fisher」的源代码

代码结果 776
www.eeworm.com/read/433250/8537407

m fisher.m

function F = fisher(p1, p2, p3, p4, p5, p6, p7, p8) % fisher -- compute the fisher information matrix % % Usage % F = fisher(N, sigma, A, d, c, t, omega, phi) % F = fisher(t, omega, c, d) % %
www.eeworm.com/read/188014/8579781

fig fisher.fig

www.eeworm.com/read/188014/8579791

m fisher.m

close all clear all p1=0.6; % 第一类OMGA1数据的先验概率 p2=0.4; % 第二类OMGA2数据的先验概率 % OMGA1中数据点的三维坐标数据 x =[ 0.2331 1.5207 0.6499 0.7757 1.0524 1.1974... 0.2908 0.2518 0.66
www.eeworm.com/read/427910/8912856

m fisher.m

y=input('8.07 9.96 11.44 12.67 13.71 14.61 16.73 22.63 25.46 42.18 50.79 51.00 47.70 46.35 47.51 47.92 51.45 54.36 55.75 57.17 60.06 63.67 67.54 69.99 71.56 73.79 78.36 82.34 85.56 89.02 87.58 88.33 8
www.eeworm.com/read/380142/9160105

txt fisher数据.txt

150,4 50 33 14 2 64 28 56 22 65 28 46 15 67 31 56 24 63 28 51 15 46 34 14 3 69 31 51 23 62 22 45 15 59 32 48 18 46 36 10 2 61 30 46 14 60 27 51 16 65 30 52 20 56 25 39 1
www.eeworm.com/read/180976/9278288

cpp fisher.cpp

#include "stdio.h" #include "math.h" #include "stdlib.h" #define trainingnum 100 #define testingnum 100 #define feadim 2 #define N1 50 #define N2 50 double s1[feadim][feadim],s2[feadim][f
www.eeworm.com/read/170384/9808575

m fisher.m

% 基于Fisher准则线性分类器设计 close all clear all echo off % 先验概率 p1=0.6; % 第一类数据 p2=0.4; % 第二类数据 % 已知样本 x1=[0.2331 1.5207 0.6499 0.7757 1.0524 1.1974... 0.2908 0.2518 0.6
www.eeworm.com/read/365160/9876654

m fisher.m

clear clc close all; %m1,m2均为10个样本 % m1=[-0.4,0.58,0.089;-0.31,0.27,-0.04;0.38,0.055,-0.035;-0.15,0.53,0.011;-0.35,0.47,0.034;0.17,0.69,0.1;-0.011,0.55,-0.18]; % m2=[0.83,1.6,-0.014;1.1,1.6,0.48;
www.eeworm.com/read/362306/10006170

jpg fisher.jpg

www.eeworm.com/read/164541/10103564

cpp fisher.cpp

#include #include #include #define N 4 //输出矩阵 void PrintMat(double a[][N],int m,int n) { for(int i=0;i