메소드 | 설명 | |
---|---|---|
ComputeCost ( |
Compute the error cost of the given Theta parameter for the training and label sets
|
|
ComputeGradient ( |
Compute the error cost of the given Theta parameter for the training and label sets
|
|
Initialize ( ) : void |
Initialization method for performing custom actions prior to being optimized.
|
public ComputeCost ( |
||
theta | Learning Theta parameters | |
리턴 | double |
public ComputeGradient ( |
||
theta | Learning Theta parameters | |
리턴 |