MCPcopy Create free account
hub / github.com/Jack-Cherish/Machine-Learning / adaboost.py

File adaboost.py

AdaBoost/adaboost.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*-coding:utf-8 -*-
2import numpy as np
3import matplotlib.pyplot as plt
4

Callers

nothing calls this directly

Calls 3

loadSimpDataFunction · 0.85
adaBoostTrainDSFunction · 0.70
adaClassifyFunction · 0.70

Tested by

no test coverage detected