Produces the equivalent of an interquartile mean, but instead of removing the lower
and top fourth of the sorted data, removes 1/fraction from the top and bottom of the data
The array passed in is sorted by size within the function.
A node in a circuit is a logical point that can have potential
a node can be connected to arbitrarily many other nodes
the connection can be physical, in which case a RPoint location is specified
the connection can also be logical, in which case no location is specified
CircuitNode() -
Constructor for class edu.mit.sketch.language.circuitTutor.reasoner.circuitRepresentation.CircuitNode
CircuitNode(String) -
Constructor for class edu.mit.sketch.language.circuitTutor.reasoner.circuitRepresentation.CircuitNode
Line symmetry used reflection algorithm and ideas from:
http://www.geog.ubc.ca/courses/klink/gis.notes/ncgia/u32.html
http://www.lsus.edu/sc/math/rmabry/math121/linereflect/
The idea behind this class is that it provide (near) constant time access
to a whole bunch of constraints through a number of different index
methods (type, and object).
Curve fitting class based on the Simplex method described
in the article "Fitting Curves to Data" in the May 1984
issue of Byte magazine, pages 340-362.