search for: in_var

Displaying 2 results from an estimated 2 matches for "in_var".

Did you mean: inv_var
2008 Jul 24
0
cvs commit: src/contrib/pf/pfctl parse.y src/lib/libc/sys Symbol.map getsockopt.2 src/sbin/ipfw ipfw.8 ipfw2.c src/sys/conf NOTES options src/sys/contrib/ipfilter/netinet ip_fil_freebsd.c src/sys/contrib/pf/net pf.c pf_ioctl.c src/sys/kern init_sysent.c
...subr.c if_stf.c if_var.h > route.c route.h rtsock.c > sys/netatalk at_extern.h at_proto.c > sys/netgraph/netflow netflow.c > sys/netinet if_atm.c if_ether.c in_gif.c in_mcast.c > in_pcb.c in_pcb.h in_rmx.c in_var.h > ip_fastfwd.c ip_fw.h ip_fw2.c ip_icmp.c > ip_input.c ip_mroute.c ip_mroute.h > ip_options.c ip_output.c ip_var.h > raw_ip.c sctp_os_bsd.h tcp_input.c > tcp...
2004 Jul 13
0
Calculating sum of squares deviation between 2 similar matrices
...---------------------------- #Calculate Euclidean distances between two sets of matrices. library(foreign) library(fields) #centroid is small file with 100x50 centroid <- as.data.frame(read.spss("C:\\centroid.sav")) #in_data is 25000x50 in_data <- as.data.frame(read.spss("C:\\in_vars.sav")) #loop through the in_data records, calculate distances to the 100 centroids #sort the distances in ascending order and write out the centroid # and distance for all 100. for(i in 1:nrow(in_data)) { #first column is the centroid #. columns 2 through 51 have data. aa <- as.matr...