Class PointNetOptions
Configuration options for PointNet models.
public class PointNetOptions : ModelOptions
- Inheritance
-
PointNetOptions
- Inherited Members
Properties
ClassifierChannels
public int[] ClassifierChannels { get; set; }
Property Value
- int[]
DropoutRate
public double DropoutRate { get; set; }
Property Value
FeatureMlpChannels
public int[] FeatureMlpChannels { get; set; }
Property Value
- int[]
FeatureTransformFcChannels
public int[] FeatureTransformFcChannels { get; set; }
Property Value
- int[]
FeatureTransformMlpChannels
public int[] FeatureTransformMlpChannels { get; set; }
Property Value
- int[]
InputFeatureDim
public int InputFeatureDim { get; set; }
Property Value
InputMlpChannels
public int[] InputMlpChannels { get; set; }
Property Value
- int[]
InputTransformDim
public int InputTransformDim { get; set; }
Property Value
InputTransformFcChannels
public int[] InputTransformFcChannels { get; set; }
Property Value
- int[]
InputTransformMlpChannels
public int[] InputTransformMlpChannels { get; set; }
Property Value
- int[]
LearningRate
public double LearningRate { get; set; }
Property Value
NumClasses
public int NumClasses { get; set; }
Property Value
UseDropout
public bool UseDropout { get; set; }
Property Value
UseFeatureTransform
public bool UseFeatureTransform { get; set; }
Property Value
UseInputTransform
public bool UseInputTransform { get; set; }