jfr-masters/thesis/tests
README

build-profile.go
check-prop.go
multi-search-fig.go
multi-search-talk.go
multi-search.go
nsutil.go
saxutil.go

noisebase
impulse_200
impulsenoise_200
random_200
sine2_400
sine_good
unitstep_200

This directory contains many of the tests that I used to collect data for
my thesis. This directory also contains 5 Go programs and 2 Go libraries.

To use the Go programs, type 'go build <Go file name>' to build a binary.
The two libraries will need to be installed into your Go environment.

The directories contain synthetic data that I analyze using the
Go programs. Many of these directories contain a script called runall.sh.
runall.sh takes a Go program as an argument and runs that program for the
input data for several different configurations.

Any file with a .in extension is an input file for the subct program, which
I include in the code directory of this tarball. subct computes the
distance between a sequence of words and a sequence containing only the
letter 'c'.

I include the full results for the impulse_200 test inside that directory.
