acdea0d36c2f134349c4a5428c086777d808c92b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable validationDataset : Dataframe to validationData : Dataframe in method public testTrainAndPredict() : void in class com.datumbox.applications.nlp.TextClassifierTest | From | To | |
Rename Variable rId : Integer to e : Map.Entry<Integer,Record> in method public retainAll(c Collection<?>) : boolean in class com.datumbox.common.dataobjects.Dataframe | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rId : Integer to e : Map.Entry<Integer,Record> in method public retainAll(c Collection<?>) : boolean in class com.datumbox.common.dataobjects.Dataframe | From | To | |
Rename Parameter | 1 | ||
Rename Parameter newDataset : Dataframe to newData : Dataframe in method public parseDataset(newData Dataframe, featureIdsReference Map<Object,Integer>, recordIdsReference Map<Integer,Integer>) : MatrixDataframe in class com.datumbox.common.dataobjects.MatrixDataframe | From | To |