|
Pull Up Method public hashCode() : int from class org.apache.ignite.ml.structures.LabeledDataset to public hashCode() : int from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public getRow(idx int) : LabeledVector from class org.apache.ignite.ml.structures.LabeledDataset to public getRow(idx int) : Row from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public rowSize() : int from class org.apache.ignite.ml.structures.LabeledDataset to public rowSize() : int from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public features() : V from class org.apache.ignite.ml.structures.LabeledVector to public features() : V from class org.apache.ignite.ml.structures.DatasetRow |
From |
To |
|
Pull Up Method public LabeledDataset(data LabeledVector[], featureNames String[], colSize int) from class org.apache.ignite.ml.structures.LabeledDataset to public Dataset(rowSize int, colSize int, featureNames String[]) from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public LabeledVector(vector V, lb T) from class org.apache.ignite.ml.structures.LabeledVector to public DatasetRow(vector V) from class org.apache.ignite.ml.structures.DatasetRow |
From |
To |
|
Pull Up Method public getFeatureName(i int) : String from class org.apache.ignite.ml.structures.LabeledDataset to public getFeatureName(i int) : String from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method private generateFeatureNames() : void from class org.apache.ignite.ml.structures.LabeledDataset to protected generateFeatureNames() : void from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public colSize() : int from class org.apache.ignite.ml.structures.LabeledDataset to public colSize() : int from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public features(idx int) : Vector from class org.apache.ignite.ml.structures.LabeledDataset to public features(idx int) : Vector from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public equals(o Object) : boolean from class org.apache.ignite.ml.structures.LabeledDataset to public equals(o Object) : boolean from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Pull Up Method public LabeledDataset(data LabeledVector[], colSize int) from class org.apache.ignite.ml.structures.LabeledDataset to public Dataset(data Row[], colSize int) from class org.apache.ignite.ml.structures.Dataset |
From |
To |
|
Move Method private parseFeatures(pathToFile Path, isDistributed boolean, isFallOnBadData boolean, colSize int, rowIdx int, rowData String[]) : Vector from class org.apache.ignite.ml.structures.LabeledDataset to private parseFeatures(pathToFile Path, isDistributed boolean, isFallOnBadData boolean, colSize int, rowIdx int, rowData String[]) : Vector from class org.apache.ignite.ml.structures.preprocessing.LabeledDatasetLoader |
From |
To |
|
Move Method private fillMissedData() : double from class org.apache.ignite.ml.structures.LabeledDataset to private fillMissedData() : double from class org.apache.ignite.ml.structures.preprocessing.LabeledDatasetLoader |
From |
To |
|
Move Method private getColumnSize(separator String, list List<String>) : int from class org.apache.ignite.ml.structures.LabeledDataset to private getColumnSize(separator String, list List<String>) : int from class org.apache.ignite.ml.structures.preprocessing.LabeledDatasetLoader |
From |
To |