SPORF
SPORF copied to clipboard
Implement rescaling the data at every node
i think between 0 and 1, rather than mean 0 and standard deviation 1, but i don't have a particularly compelling case for this belief
Currently working on adding the functionality to the BuildTree function with an if statement to do scaling or not.
This also means updating the RerF function with parameter updates.
Also the Predict function needs to know that if scaling was done to implement that on the new data.
The testing portion of this task will be moved to another issue.