luxlabs header browser preview


@class NSMutableArray, NSMutableString;

@interface CPMLSchema : NSObject {
    NSMutableArray *schema;
    NSMutableArray *schemaHDef;
    NSMutableArray *_categoricalDataList;
    NSMutableArray *_replaceMissingValue;
    NSMutableArray *_matchReplaceValue;
    int yColumnPosition;
}

@property (readonly, nonatomic) NSMutableArray *attribute;
@property (readonly, nonatomic) NSMutableArray *indexColumnList;
@property (readonly, nonatomic) NSMutableString *schemaHeader;
@property (readonly, nonatomic) NSMutableString *schemaHeaderWithType;
@property (readonly, nonatomic) NSMutableArray *nsRemapTable;
@property (readonly, nonatomic) NSMutableArray *availableOptions;

- (id)init:(id)a0;
- (id)initWithPlist:(id)a0;
- (void).cxx_destruct;
- (id)getColumnName:(unsigned long long)a0;
- (int)getColumnPosition:(id)a0;
- (int)getSchemaType:(unsigned long long)a0;
- (id)getSubstituteValue:(unsigned long long)a0;
- (unsigned long long)getTotalAttributes;
- (id)getUserDefinedCategoricalData:(unsigned long long)a0;
- (unsigned long long)getUserDefinedCategoricalDataCount:(unsigned long long)a0;
- (int)getVectorContent:(unsigned long long)a0;
- (int)getYColumnPosition;
- (BOOL)hasOptions:(unsigned long long)a0;
- (BOOL)isColumnContinous:(unsigned int)a0;
- (BOOL)isIntType:(unsigned long long)a0;
- (BOOL)isNumType:(unsigned long long)a0;
- (BOOL)isRealType:(unsigned long long)a0;
- (BOOL)isStringType:(unsigned long long)a0;
- (BOOL)isVectorType:(unsigned long long)a0;
- (BOOL)matchSubstituteValue:(unsigned long long)a0 theValue:(id)a1;

@end