Uses of Class
com.amazon.randomcutforest.serialize.json.v1.V1SerializedRandomCutForest
-
Uses of V1SerializedRandomCutForest in com.amazon.randomcutforest.serialize.json.v1
Methods in com.amazon.randomcutforest.serialize.json.v1 with parameters of type V1SerializedRandomCutForest Modifier and Type Method Description RandomCutForestStateV1JsonToV2StateConverter. convert(V1SerializedRandomCutForest serializedForest, Precision precision)Method parameters in com.amazon.randomcutforest.serialize.json.v1 with type arguments of type V1SerializedRandomCutForest Modifier and Type Method Description RandomCutForestStateV1JsonToV2StateConverter. convert(java.util.List<V1SerializedRandomCutForest> serializedForests, int numberOfTrees, Precision precision)the function merges a collection of RCF-1.0 models with same model parameters and fixes the number of trees in the new model (which has to be less or equal than the sum of the old models) The conversion uses the execution context of the first forest and can be adjusted subsequently by setters