mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-30 13:48:57 +08:00
Implemented batch and stochastic gradient descent
This commit is contained in:
parent
cd43a6565d
commit
7e8eb70cd1
@ -1,12 +0,0 @@
|
|||||||
package trees
|
|
||||||
|
|
||||||
import base "github.com/sjwhitworth/golearn/base"
|
|
||||||
|
|
||||||
type DecisionTree struct {
|
|
||||||
base.BaseEstimator
|
|
||||||
}
|
|
||||||
|
|
||||||
type Branch struct {
|
|
||||||
LeftBranch Branch
|
|
||||||
RightBranch Branch
|
|
||||||
}
|
|
@ -1,2 +0,0 @@
|
|||||||
// Package trees provides a number of tree based ensemble learners.
|
|
||||||
package trees
|
|
Loading…
x
Reference in New Issue
Block a user