Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public HaarFeatureNode ( double threshold, double leftValue, double rightValue, bool tilted ) : System | ||
threshold | double | |
leftValue | double | |
rightValue | double | |
tilted | bool | |
Результат | System |