Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
HaarFeatureNode ( ) : System |
Constructs a new feature tree node.
|
|
HaarFeatureNode ( double threshold, double leftValue, double rightValue ) : System |
Constructs a new feature tree node.
|
|
HaarFeatureNode ( double threshold, double leftValue, double rightValue, bool tilted ) : System |
Constructs a new feature tree node.
|
public HaarFeatureNode ( double threshold, double leftValue, double rightValue ) : System | ||
threshold | double | |
leftValue | double | |
rightValue | double | |
return | System |
public HaarFeatureNode ( double threshold, double leftValue, double rightValue, bool tilted ) : System | ||
threshold | double | |
leftValue | double | |
rightValue | double | |
tilted | bool | |
return | System |