Class PointNetPlusPlusOptions
Configuration options for PointNet++ models.
public class PointNetPlusPlusOptions : ModelOptions
- Inheritance
-
PointNetPlusPlusOptions
- Inherited Members
Properties
ClassifierChannels
public int[] ClassifierChannels { get; set; }
Property Value
- int[]
DropoutRate
public double DropoutRate { get; set; }
Property Value
InputFeatureDim
public int InputFeatureDim { get; set; }
Property Value
LearningRate
public double LearningRate { get; set; }
Property Value
MlpDimensions
public int[][] MlpDimensions { get; set; }
Property Value
- int[][]
MultiScaleMlpDimensions
public int[][][]? MultiScaleMlpDimensions { get; set; }
Property Value
- int[][][]
MultiScaleNeighborSamples
public int[][]? MultiScaleNeighborSamples { get; set; }
Property Value
- int[][]
MultiScaleRadii
public double[][]? MultiScaleRadii { get; set; }
Property Value
- double[][]
NeighborSamples
public int[] NeighborSamples { get; set; }
Property Value
- int[]
NumClasses
public int NumClasses { get; set; }
Property Value
SamplingRates
public int[] SamplingRates { get; set; }
Property Value
- int[]
SearchRadii
public double[] SearchRadii { get; set; }
Property Value
- double[]
UseDropout
public bool UseDropout { get; set; }
Property Value
UseMultiScaleGrouping
public bool UseMultiScaleGrouping { get; set; }