Difference between revisions of "Enclosing Circle Algorithm"

From edegan.com
Jump to navigation Jump to search
(Created page with "{{McNair Projects |Start Term=Spring 2017, }}")
 
Line 2: Line 2:
 
|Start Term=Spring 2017,
 
|Start Term=Spring 2017,
 
}}
 
}}
 +
 +
=Overview=
 +
 +
=Algorithm Description=
 +
==Location==
 +
The original script is located in:
 +
E:\McNair\Software\CodeBase\EnclosingCircle.py
 +
 +
 +
=Applications=
 +
==VC Data==
 +
 +
The Enclosing Circle Algorithm will be applied to VC data acquired through the SDC Platinum database.
 +
 +
The relevant files are located in:
 +
E:\McNair\Projects\Accelerators\Enclosing_Circle
 +
 +
Current Status: Bug fixes needed in EnclosingCircle.py. The program errors with a key error on line 187 in cases where n is not a multiple of the length of the dataset.

Revision as of 19:06, 14 February 2017


McNair Project
Enclosing Circle Algorithm
Project logo 02.png
Project Information
Project Title
Start Date
Deadline
Primary Billing
Notes
Has project status
Copyright © 2016 edegan.com. All Rights Reserved.


Overview

Algorithm Description

Location

The original script is located in:

E:\McNair\Software\CodeBase\EnclosingCircle.py


Applications

VC Data

The Enclosing Circle Algorithm will be applied to VC data acquired through the SDC Platinum database.

The relevant files are located in:

E:\McNair\Projects\Accelerators\Enclosing_Circle

Current Status: Bug fixes needed in EnclosingCircle.py. The program errors with a key error on line 187 in cases where n is not a multiple of the length of the dataset.