├── .DS_Store ├── .classpath ├── .gitignore ├── .project ├── .settings ├── org.eclipse.jdt.core.prefs └── org.eclipse.wst.common.project.facet.core.xml ├── AcrossNetworkEmbeddingData ├── .DS_Store ├── foursquare │ ├── embeddings │ │ └── foursquare.embedding.update.2SameAnchor.twodirectionContext.number.100_dim.10000000 │ └── following.number ├── twitter │ ├── embeddings │ │ └── twitter.embedding.update.2SameAnchor.twodirectionContext.number.100_dim.10000000 │ └── following.number └── twitter_foursquare_groundtruth │ ├── groundtruth.1.foldtrain.test.number │ ├── groundtruth.1.foldtrain.train.number │ ├── groundtruth.2.foldtrain.test.number │ ├── groundtruth.2.foldtrain.train.number │ ├── groundtruth.3.foldtrain.test.number │ ├── groundtruth.3.foldtrain.train.number │ ├── groundtruth.4.foldtrain.test.number │ ├── groundtruth.4.foldtrain.train.number │ ├── groundtruth.5.foldtrain.test.number │ ├── groundtruth.5.foldtrain.train.number │ ├── groundtruth.6.foldtrain.test.number │ ├── groundtruth.6.foldtrain.train.number │ ├── groundtruth.7.foldtrain.test.number │ ├── groundtruth.7.foldtrain.train.number │ ├── groundtruth.8.foldtrain.test.number │ ├── groundtruth.8.foldtrain.train.number │ ├── groundtruth.9.foldtrain.test.number │ ├── groundtruth.9.foldtrain.train.number │ └── groundtruth.number ├── README.md └── src ├── .DS_Store ├── FinalModel ├── INE.java ├── INEUpdate.java ├── IONE.java ├── IONES.java ├── IONESUpdate.java ├── IONEUpdate.java ├── getPrecision.java └── user_sim.java ├── ModelWith2OrderNorm ├── BasicUnit.java ├── MyCompare.java ├── MyCompare_set.java └── SimilarityUtil.java └── StaticVar └── Vars.java /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/.DS_Store -------------------------------------------------------------------------------- /.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/.classpath -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/.project -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/.settings/org.eclipse.wst.common.project.facet.core.xml -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/.DS_Store -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/foursquare/embeddings/foursquare.embedding.update.2SameAnchor.twodirectionContext.number.100_dim.10000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/foursquare/embeddings/foursquare.embedding.update.2SameAnchor.twodirectionContext.number.100_dim.10000000 -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/foursquare/following.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/foursquare/following.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter/embeddings/twitter.embedding.update.2SameAnchor.twodirectionContext.number.100_dim.10000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter/embeddings/twitter.embedding.update.2SameAnchor.twodirectionContext.number.100_dim.10000000 -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter/following.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter/following.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.1.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.1.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.1.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.1.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.2.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.2.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.2.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.2.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.3.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.3.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.3.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.3.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.4.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.4.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.4.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.4.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.5.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.5.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.5.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.5.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.6.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.6.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.6.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.6.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.7.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.7.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.7.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.7.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.8.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.8.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.8.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.8.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.9.foldtrain.test.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.9.foldtrain.test.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.9.foldtrain.train.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.9.foldtrain.train.number -------------------------------------------------------------------------------- /AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/AcrossNetworkEmbeddingData/twitter_foursquare_groundtruth/groundtruth.number -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/README.md -------------------------------------------------------------------------------- /src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/.DS_Store -------------------------------------------------------------------------------- /src/FinalModel/INE.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/INE.java -------------------------------------------------------------------------------- /src/FinalModel/INEUpdate.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/INEUpdate.java -------------------------------------------------------------------------------- /src/FinalModel/IONE.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/IONE.java -------------------------------------------------------------------------------- /src/FinalModel/IONES.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/IONES.java -------------------------------------------------------------------------------- /src/FinalModel/IONESUpdate.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/IONESUpdate.java -------------------------------------------------------------------------------- /src/FinalModel/IONEUpdate.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/IONEUpdate.java -------------------------------------------------------------------------------- /src/FinalModel/getPrecision.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/getPrecision.java -------------------------------------------------------------------------------- /src/FinalModel/user_sim.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/FinalModel/user_sim.java -------------------------------------------------------------------------------- /src/ModelWith2OrderNorm/BasicUnit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/ModelWith2OrderNorm/BasicUnit.java -------------------------------------------------------------------------------- /src/ModelWith2OrderNorm/MyCompare.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/ModelWith2OrderNorm/MyCompare.java -------------------------------------------------------------------------------- /src/ModelWith2OrderNorm/MyCompare_set.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/ModelWith2OrderNorm/MyCompare_set.java -------------------------------------------------------------------------------- /src/ModelWith2OrderNorm/SimilarityUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/ModelWith2OrderNorm/SimilarityUtil.java -------------------------------------------------------------------------------- /src/StaticVar/Vars.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColaLL/IONE/HEAD/src/StaticVar/Vars.java --------------------------------------------------------------------------------