@class ATXGamePlayKitDecisionNode, ATXGamePlayKitRandomSource, MLGKDecisionTree; @interface ATXGamePlayKitDecisionTree : NSObject { struct shared_ptr { struct ATXGamePlayKitCDecisionTree *__ptr_; struct __shared_weak_count *__cntrl_; } _decisionTree; BOOL _isInduced; MLGKDecisionTree *mlkitDecisionTree; } @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) ATXGamePlayKitDecisionNode *rootNode; @property (copy, nonatomic) ATXGamePlayKitRandomSource *randomSource; + (void)configureKeyedArchiver:(id)a0; + (void)configureKeyedUnarchiver:(id)a0; - (id)init; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id).cxx_construct; - (id)initWithURL:(id)a0 error:(id)a1; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (BOOL)exportToURL:(id)a0 error:(id)a1; - (id)findAccuracyWithExamples:(id)a0 actions:(id)a1 attributes:(id)a2; - (id)findActionForAnswers:(id)a0; - (id)getFlattenedTree; - (id)initWithAttribute:(id)a0; - (id)initWithExamples:(id)a0 actions:(id)a1 attributes:(id)a2; - (id)initWithExamples:(id)a0 actions:(id)a1 attributes:(id)a2 maxDepth:(unsigned long long)a3 minSamplesSplit:(unsigned long long)a4; - (id)initWithExamples:(id)a0 actions:(id)a1 attributes:(id)a2 maxDepth:(unsigned long long)a3 minSamplesSplit:(unsigned long long)a4 ratioForLeafNodeDecision:(double)a5; @end