29 #ifndef GRT_REGRESSION_SAMPLE_HEADER 30 #define GRT_REGRESSION_SAMPLE_HEADER 32 #include "../Util/GRTCommon.h" 45 this->inputVector = rhs.inputVector;
46 this->targetVector = rhs.targetVector;
53 return a.inputVector < b.inputVector;
57 return a.inputVector > b.inputVector;
63 UINT getNumInputDimensions()
const;
64 UINT getNumTargetDimensions()
const;
65 Float getInputVectorValue(
const UINT index)
const;
66 Float getTargetVectorValue(
const UINT index)
const;
77 #endif //GRT_REGRESSION_SAMPLE_HEADER