MCPcopy Create free account
hub / github.com/codewithzichao/Machine_Learning_Code / __init__

Method __init__

perceptron/perceptron_python.py:53–64  ·  view source on GitHub ↗

构造函数 :param data_matrix: 数据的特征向量 :param label_matrix: 数据的标签类别 :param iteration: 迭代次数,默认为100 :param learning_rate: 学习率,默认为0.001

(self, data_matrix, label_matrix, iteration=30, learning_rate=0.0001)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected