Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ml.CvDTreeNode() |
opencv_ml.CvDTreeNode(int size) |
opencv_ml.CvDTreeNode(Pointer p) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_ml.CvDTreeNode()
public opencv_ml.CvDTreeNode(int size)
public opencv_ml.CvDTreeNode(Pointer p)
public opencv_ml.CvDTreeNode position(int position)
public int class_idx()
public opencv_ml.CvDTreeNode class_idx(int class_idx)
public int Tn()
public opencv_ml.CvDTreeNode Tn(int Tn)
public double value()
public opencv_ml.CvDTreeNode value(double value)
public opencv_ml.CvDTreeNode parent()
public opencv_ml.CvDTreeNode parent(opencv_ml.CvDTreeNode parent)
public opencv_ml.CvDTreeNode left()
public opencv_ml.CvDTreeNode left(opencv_ml.CvDTreeNode left)
public opencv_ml.CvDTreeNode right()
public opencv_ml.CvDTreeNode right(opencv_ml.CvDTreeNode right)
public opencv_ml.CvDTreeSplit split()
public opencv_ml.CvDTreeNode split(opencv_ml.CvDTreeSplit split)
public int sample_count()
public opencv_ml.CvDTreeNode sample_count(int sample_count)
public int depth()
public opencv_ml.CvDTreeNode depth(int depth)
public IntPointer num_valid()
public opencv_ml.CvDTreeNode num_valid(IntPointer num_valid)
public int offset()
public opencv_ml.CvDTreeNode offset(int offset)
public int buf_idx()
public opencv_ml.CvDTreeNode buf_idx(int buf_idx)
public double maxlr()
public opencv_ml.CvDTreeNode maxlr(double maxlr)
public int complexity()
public opencv_ml.CvDTreeNode complexity(int complexity)
public double alpha()
public opencv_ml.CvDTreeNode alpha(double alpha)
public double node_risk()
public opencv_ml.CvDTreeNode node_risk(double node_risk)
public double tree_risk()
public opencv_ml.CvDTreeNode tree_risk(double tree_risk)
public double tree_error()
public opencv_ml.CvDTreeNode tree_error(double tree_error)
public IntPointer cv_Tn()
public opencv_ml.CvDTreeNode cv_Tn(IntPointer cv_Tn)
public DoublePointer cv_node_risk()
public opencv_ml.CvDTreeNode cv_node_risk(DoublePointer cv_node_risk)
public DoublePointer cv_node_error()
public opencv_ml.CvDTreeNode cv_node_error(DoublePointer cv_node_error)
public int get_num_valid(int vi)
public void set_num_valid(int vi,
int n)
Copyright © 2014. All Rights Reserved.