ade.examples.thermistor.TemperatureData(TimeData)
class documentation
Part of ade.examples.thermistor
(View In Hierarchy)
Run setup
on my instance to decompress and load the tempdump.csv.bz2 CSV file.
The CSV file isn't included in the ade package and will automatically be downloaded from edsuom.com. Here's the privacy policy for my site (it's short, as all good privacy policies should be):
Privacy policy: I don’t sniff out, track, or share anything identifying individual visitors to this site. There are no cookies or anything in place to let me see where you go on the Internetthat’s creepy. All I get (like anyone else with a web server), is plain vanilla server logs with “referral” info about which web page sent you to this one.
See Also | The Data base class. |
Instance Variable | weights | A 1-D array of weights for each row in that array. |
Method | setWeights | Call this to set my weights attribute to a 1-D Numpy array to weights that are larger for colder temperature readings, since there are fewer of them. |
Inherited from Picklable (via TimeData, Data):
Method | __getstate__ | Undocumented |
Method | __setstate__ | Undocumented |
Inherited from Picklable (via TimeData, Data):
Method | __getstate__ | Undocumented |
Method | __setstate__ | Undocumented |
Inherited from Picklable (via TimeData, Data):
Method | __getstate__ | Undocumented |
Method | __setstate__ | Undocumented |
Call this to set my weights attribute to a 1-D Numpy array to weights that are larger for colder temperature readings, since there are fewer of them.